Skip to content

Commit

Permalink
ESCP-4176: suppress CVE-2023-35116 for jackson-databind
Browse files Browse the repository at this point in the history
  • Loading branch information
lesserwhirls committed Sep 5, 2023
1 parent ad8aa48 commit 9f36fd6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions project_files/owasp/dependency-check-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,15 @@
<packageUrl regex="true">^pkg:maven/com\.google\.guava/guava@.*$</packageUrl>
<vulnerabilityName>CVE-2020-8908</vulnerabilityName>
</suppress>
<suppress>
<notes><![CDATA[
file name: jackson-databind-2.15.2.jar
reason: DISPUTED: the vendor's perspective is that this is not a valid vulnerability report, because
the steps of constructing a cyclic data structure and trying to serialize it cannot be
achieved by an external attacker. See:
https://github.com/FasterXML/jackson-databind/issues/3972
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
<cve>CVE-2023-35116</cve>
</suppress>
</suppressions>

0 comments on commit 9f36fd6

Please sign in to comment.