Skip to content

Commit

Permalink
Suppress disputed Jackson CVE (helidon-io#7257)
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta authored Jul 27, 2023
1 parent 9365db1 commit 6dc721a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions etc/dependency-check-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,21 @@
<vulnerabilityName>CVE-2023-22006</vulnerabilityName>
</suppress>

<!--
This CVE is being disputed by the Jackson project and the community seems in agreement that this
CVE should be rejected. We are suppressing this for now to reduce noise in our scan and will
continue to monitor progress.
https://nvd.nist.gov/vuln/detail/CVE-2023-35116
https://github.com/FasterXML/jackson-databind/issues/3972
-->
<suppress>
<notes><![CDATA[
file name: jackson-databind-2.15.2.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
<cve>CVE-2023-35116</cve>
</suppress>


</suppressions>

0 comments on commit 6dc721a

Please sign in to comment.