-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathowaspSuppressions.xml
42 lines (42 loc) · 2.04 KB
/
owaspSuppressions.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes><![CDATA[False positive, vulnerable feature(s) are not used in code. For details see https://github.com/spring-projects/spring-framework/issues/24434]]></notes>
<cve>CVE-2016-1000027</cve>
</suppress>
<suppress>
<notes><![CDATA[This CVE is a false positive according to the Jackson project maintainers. See https://github.com/FasterXML/jackson-databind/issues/3972]]></notes>
<cve>CVE-2023-35116</cve>
</suppress>
<suppress>
<notes><![CDATA[This CVE is a not an issue according to the H2 project maintainers since the webadminpassword config is not used. See https://github.com/h2database/h2database/issues/3686]]></notes>
<cve>CVE-2022-45868</cve>
</suppress>
<suppress>
<notes><![CDATA[This CVE is a false positive according to the H2 project maintainers. See https://github.com/h2database/h2database/issues/1294]]></notes>
<cve>CVE-2018-14335</cve>
</suppress>
<suppress>
<notes><![CDATA[False positive, vulnerable feature(s) are not used in code. For details see https://github.com/apache/tomcat/commit/e3703c9abb8fe0d5602f6ba8a8f11d4b6940815a]]></notes>
<packageUrl regex="true">^pkg:maven/org\.apache\.tomcat\.embed/tomcat\-embed\-(core|websocket)@.*$</packageUrl>
<cve>CVE-2023-41080</cve>
</suppress>
<suppress>
<notes><![CDATA[Does not apply because vulnerable functionality is not used]]></notes>
<packageUrl regex="true">^pkg:maven/io\.admin\-shell\.aas/dataformat\-xml@.*$</packageUrl>
<cve>CVE-2016-4570</cve>
<cve>CVE-2016-4571</cve>
</suppress>
<suppress>
<notes><![CDATA[False positive]]></notes>
<cve>CVE-2016-4570</cve>
</suppress>
<suppress>
<notes><![CDATA[False positive]]></notes>
<cve>CVE-2016-4571</cve>
</suppress>
<suppress>
<notes><![CDATA[Does not apply because Glassfish management endpoint is not exposed (see https://gitlab.eclipse.org/security/vulnerability-reports/-/issues/232)]]></notes>
<cve>CVE-2024-9329</cve>
</suppress>
</suppressions>