Skip to content

Commit ca304bd

Browse files
authored
Review OWASP suppression list (#572)
1 parent cf17f3c commit ca304bd

File tree

1 file changed

+6
-24
lines changed

1 file changed

+6
-24
lines changed

build-tools/owasp/suppressions.xml

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
3+
<!-- False positive matches of non-dependencies. These do not need monthly review. -->
34
<suppress>
45
<notes><![CDATA[
56
This suppresses a false positive CPE match
@@ -9,18 +10,13 @@
910
</suppress>
1011
<suppress>
1112
<notes><![CDATA[
12-
The client libraries do not use Jackson with the UNWRAP_SINGLE_VALUE_ARRAYS feature enabled
13-
]]></notes>
14-
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
15-
<cve>CVE-2022-42003</cve>
16-
</suppress>
17-
<suppress>
18-
<notes><![CDATA[
19-
The client libraries are not vulnerable to this deserialization bug in Jackson
13+
Payara is not a dependency of ESS
2014
]]></notes>
21-
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
22-
<cve>CVE-2022-42004</cve>
15+
<packageUrl regex="true">^pkg:maven/org\.eclipse\.microprofile\.config/microprofile\-config\-api@.*$</packageUrl>
16+
<cpe>cpe:/a:payara:payara</cpe>
2317
</suppress>
18+
19+
<!-- Suppressed vulnerabilities. These need monthly review. -->
2420
<suppress>
2521
<notes><![CDATA[
2622
CWE-121 Stack-based Buffer Overflow,
@@ -29,18 +25,4 @@
2925
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
3026
<cve>CVE-2023-35116</cve>
3127
</suppress>
32-
<suppress>
33-
<notes><![CDATA[
34-
Payara is not a dependency of ESS
35-
]]></notes>
36-
<packageUrl regex="true">^pkg:maven/org\.eclipse\.microprofile\.config/microprofile\-config\-api@.*$</packageUrl>
37-
<cpe>cpe:/a:payara:payara</cpe>
38-
</suppress>
39-
<suppress>
40-
<notes><![CDATA[
41-
This vulnerability does not affect the client code
42-
]]></notes>
43-
<packageUrl regex="true">^pkg:maven/io\.netty/netty\-.*@.*$</packageUrl>
44-
<cve>CVE-2022-41881</cve>
45-
</suppress>
4628
</suppressions>

0 commit comments

Comments
 (0)