We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043a7cb commit 6fd6898Copy full SHA for 6fd6898
1 file changed
owaspSuppressions.xml
@@ -1,4 +1,15 @@
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[False positive]]></notes>
5
+ <cve>CVE-2016-4570</cve>
6
+ </suppress>
7
8
9
+ <cve>CVE-2016-4571</cve>
10
11
12
13
+ <cve>CVE-2025-10543</cve>
14
15
</suppressions>
0 commit comments