Skip to content

Commit c96860e

Browse files
Update suppressions.xml (#579)
1 parent 350680f commit c96860e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/owasp/suppressions.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@
1717
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl>
1818
<cve>CVE-2022-1471</cve>
1919
</suppress>
20+
<suppress>
21+
<notes>Suppressing disputed CVE: https://github.com/FasterXML/jackson-databind/issues/3972</notes>
22+
<cve>CVE-2023-35116</cve>
23+
</suppress>
2024
</suppressions>

0 commit comments

Comments
 (0)