We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6613f commit b7c283aCopy full SHA for b7c283a
suppressions.xml
@@ -1,17 +1,3 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<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
10
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
14
- <packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
15
- <cve>CVE-2023-35116</cve>
16
17
</suppressions>
0 commit comments