Skip to content

Commit b7c283a

Browse files
author
Laurens Westerlaken
authored
Update suppressions (#1054)
1 parent bc6613f commit b7c283a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

suppressions.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
3-
<suppress>
4-
<notes><![CDATA[
5-
file name: rewrite-kotlin-1.6.0-SNAPSHOT.jar
6-
]]></notes>
7-
<cve>CVE-2023-30853</cve>
8-
</suppress>
9-
<suppress>
10-
<notes><![CDATA[
11-
file name: jackson-databind-2.15.2.jar
12-
This is not a really valid CVE and not really exploitable as Java code needs to be modified: https://github.com/FasterXML/jackson-databind/issues/3972
13-
]]></notes>
14-
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
15-
<cve>CVE-2023-35116</cve>
16-
</suppress>
173
</suppressions>

0 commit comments

Comments
 (0)