mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-17 23:04:07 +01:00
added suppression rules for jersey-client
Former-commit-id: cb8f4081c6d0fc2128a3a3dfda294a541c16adec
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<notes><![CDATA[
|
<notes><![CDATA[
|
||||||
Suppresses false positives on velocity tools.
|
Suppresses false positives on velocity tools.
|
||||||
]]></notes>
|
]]></notes>
|
||||||
<gav regex="true">org.apache.velocity:velocity-tools:.*</gav>
|
<gav regex="true">org\.apache\.velocity:velocity-tools:.*</gav>
|
||||||
<cpe>cpe:/a:apache:struts</cpe>
|
<cpe>cpe:/a:apache:struts</cpe>
|
||||||
</suppress>
|
</suppress>
|
||||||
<suppress base="true">
|
<suppress base="true">
|
||||||
@@ -31,4 +31,11 @@
|
|||||||
<filePath regex="true">.*\.(jar|dll|exe|ear|war|pom)</filePath>
|
<filePath regex="true">.*\.(jar|dll|exe|ear|war|pom)</filePath>
|
||||||
<cpe>cpe:/a:sandbox:sandbox</cpe>
|
<cpe>cpe:/a:sandbox:sandbox</cpe>
|
||||||
</suppress>
|
</suppress>
|
||||||
|
<suppress base="true">
|
||||||
|
<notes><![CDATA[
|
||||||
|
Suppresses false positives on Jersey core client.
|
||||||
|
]]></notes>
|
||||||
|
<gav regex="true">org\.glassfish\.jersey\.core:jersey-(client|common):.*</gav>
|
||||||
|
<cpe>cpe:/a:oracle:glassfish</cpe>
|
||||||
|
</suppress>
|
||||||
</suppressions>
|
</suppressions>
|
||||||
Reference in New Issue
Block a user