mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 09:09:31 +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:shim:shim</cpe>
|
||||||
<cpe>cpe:/a:python:python</cpe>
|
<cpe>cpe:/a:python:python</cpe>
|
||||||
</suppress>
|
</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">
|
<suppress base="true">
|
||||||
<notes><![CDATA[
|
<notes><![CDATA[
|
||||||
False positive suppression per issue #664 for JJWT - A Java and Android JSON Web Token library
|
False positive suppression per issue #664 for JJWT - A Java and Android JSON Web Token library
|
||||||
|
|||||||
Reference in New Issue
Block a user