mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 17:19:30 +01:00
suppressed false positive, see issue #540
This commit is contained in:
@@ -410,7 +410,7 @@
|
|||||||
<notes><![CDATA[
|
<notes><![CDATA[
|
||||||
Aether false positive.
|
Aether false positive.
|
||||||
]]></notes>
|
]]></notes>
|
||||||
<gav regex="true">org.eclipse.aether:aether.*</gav>
|
<gav regex="true">org\.eclipse\.aether:aether.*</gav>
|
||||||
<cpe>cpe:/a:eclipse:eclipse_ide</cpe>
|
<cpe>cpe:/a:eclipse:eclipse_ide</cpe>
|
||||||
</suppress>
|
</suppress>
|
||||||
<suppress base="true">
|
<suppress base="true">
|
||||||
@@ -420,4 +420,11 @@
|
|||||||
<filePath regex="true">.*\.(jar|ear|war|pom)</filePath>
|
<filePath regex="true">.*\.(jar|ear|war|pom)</filePath>
|
||||||
<cpe>cpe:/a:services_project:services</cpe>
|
<cpe>cpe:/a:services_project:services</cpe>
|
||||||
</suppress>
|
</suppress>
|
||||||
|
<suppress base="true">
|
||||||
|
<notes><![CDATA[
|
||||||
|
jenkins-client false positives
|
||||||
|
]]></notes>
|
||||||
|
<gav regex="true">com\.offbytwo\.jenkins:jenkins-client:.*</gav>
|
||||||
|
<cpe>cpe:/a:jenkins:jenkins</cpe>
|
||||||
|
</suppress>
|
||||||
</suppressions>
|
</suppressions>
|
||||||
|
|||||||
Reference in New Issue
Block a user