Skip to content

Commit

Permalink
Suppress owasp false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOellerer committed Mar 30, 2023
1 parent 89e8e1a commit acf4e4e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/dependency-check/suppression.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes><![CDATA[
file name: guava-29.0-jre.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.google\.guava/guava@.*$</packageUrl>
<cve>CVE-2020-8908</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: guava-31.1-jre.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.google\.guava/guava@.*$</packageUrl>
<vulnerabilityName>CVE-2020-8908</vulnerabilityName>
</suppress>
</suppressions>

0 comments on commit acf4e4e

Please sign in to comment.