Skip to content

Commit 5fe2ccf

Browse files
authored
chore: update suppressions for new false positives (#253)
1 parent 7a3c204 commit 5fe2ccf

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

suppressions.xml

Lines changed: 16 additions & 6 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-12Z">
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.
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
818
]]></notes>
9-
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
10-
<cve>CVE-2022-42003</cve>
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)