Skip to content

Commit f51d73b

Browse files
authored
chore: update suppressions for new false positives (#289)
1 parent 2d373c3 commit f51d73b

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

suppressions.xml

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
3-
<suppress until="2022-11-17Z">
3+
<suppress until="2023-01-07Z">
44
<notes><![CDATA[
5-
file name: jackson-databind-2.13.4.jar
6-
sev:HIGH
7-
In FasterXML jackson-databind before 2.14.0-rc1, resource exhaustion can occur because of a lack of a check in primitive value deserializers to avoid deep wrapper array nesting, when the UNWRAP_SINGLE_VALUE_ARRAYS feature is enabled.
8-
]]></notes>
9-
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\[email protected].*$</packageUrl>
10-
<cve>CVE-2022-42003</cve>
5+
file name: woodstox-core-6.3.1.jar
6+
Severity: HIGH
7+
False positive. We do not use woodstox and it will be updated with the next spring cloud
8+
dependencies.
9+
]]></notes>
10+
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.woodstox/woodstox\-core@.*$</packageUrl>
11+
<vulnerabilityName>CVE-2022-40152</vulnerabilityName>
12+
</suppress>
13+
<suppress until="2023-01-07Z">
14+
<notes><![CDATA[
15+
file name: snakeyaml-1.33.jar
16+
Severity: HIGH
17+
False positive: We are not parsing untrusted user input
18+
]]></notes>
19+
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl>
20+
<cve>CVE-2022-1471</cve>
1121
</suppress>
1222
</suppressions>

0 commit comments

Comments
 (0)