Skip to content

Commit

Permalink
suppress non-updatable library
Browse files Browse the repository at this point in the history
  • Loading branch information
rushtong committed Aug 9, 2023
1 parent fb95d65 commit cd4e42d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions owaspSuppression.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">

<!-- Dropwizard dependency that does not have an upgrade -->
<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 cd4e42d

Please sign in to comment.