Skip to content

Commit

Permalink
Add surpression for false positive commons-net
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOellerer committed Dec 7, 2022
1 parent a59f035 commit e65c636
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/dependency-check/suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,11 @@
<packageUrl regex="true">^pkg:maven/org\.apache\.logging\.log4j/log4j\-api@.*$</packageUrl>
<cpe>cpe:/a:apache:log4j</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
FP per issue #5121 - fix for commons
]]></notes>
<packageUrl regex="true">^(?!pkg:maven/commons-net/commons-net).*$</packageUrl>
<cpe>cpe:/a:apache:commons_net</cpe>
</suppress>
</suppressions>

0 comments on commit e65c636

Please sign in to comment.