Skip to content

Commit

Permalink
updated per #2109
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Aug 3, 2019
1 parent 06823c1 commit a6de1e0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions core/src/main/resources/dependencycheck-base-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,18 @@
</suppress>
<suppress base="true">
<notes><![CDATA[
False positive per #2001
False positive per #2001 & #2109
]]></notes>
<gav regex="true">^io\.prometheus:simpleclient_hotspot:.*$</gav>
<gav regex="true">^io\.prometheus:simple.*$</gav>
<cve>CVE-2019-3826</cve>
</suppress>
<suppress base="true">
<notes><![CDATA[
False positive per #2109
]]></notes>
<packageUrl regex="true">^pkg:maven/io\.prometheus/simpleclient_logback@.*$</packageUrl>
<cpe>cpe:/a:logback:logback</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
Suppresses false positives per #1566.
Expand Down

0 comments on commit a6de1e0

Please sign in to comment.