mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
added more suppression rules for false positives
This commit is contained in:
@@ -508,6 +508,28 @@
|
||||
<cpe>cpe:/a:shim:shim</cpe>
|
||||
<cpe>cpe:/a:python:python</cpe>
|
||||
</suppress>
|
||||
<suppress base="true">
|
||||
<notes><![CDATA[
|
||||
checkpoint firewall is not at the application layer.
|
||||
]]></notes>
|
||||
<filePath regex="true">.*</filePath>
|
||||
<cpe>cpe:/a:checkpoint:check_point</cpe>
|
||||
</suppress>
|
||||
<suppress base="true">
|
||||
<notes><![CDATA[
|
||||
Bouncy Castle Time Stamp Protocol is not related to openpgp.
|
||||
]]></notes>
|
||||
<gav regex="true">^org\.bouncycastle:bctsp.*$</gav>
|
||||
<cpe>cpe:/a:openpgp:openpgp</cpe>
|
||||
<cpe>cpe:/a:pgp:openpgp</cpe>
|
||||
</suppress>
|
||||
<suppress base="true">
|
||||
<notes><![CDATA[
|
||||
Apache XML Graphics is used by Batik - but should not be identified as batik.
|
||||
]]></notes>
|
||||
<gav regex="true">^org\.apache\.xmlgraphics:xmlgraphics-commons:.*$</gav>
|
||||
<cpe>cpe:/a:apache:batik</cpe>
|
||||
</suppress>
|
||||
<suppress base="true">
|
||||
<notes><![CDATA[
|
||||
False positive suppression per issue #664 for JJWT - A Java and Android JSON Web Token library
|
||||
|
||||
Reference in New Issue
Block a user