mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 00:04:27 +01:00
added velocity-tools to base suppression as it should not be reported as struts
Former-commit-id: 4649d95a091def05ae249da42aa7d6f845b14d59
This commit is contained in:
@@ -17,4 +17,11 @@
|
|||||||
<gav regex="true">com\.thoughtworks\.xstream:xstream:.*</gav>
|
<gav regex="true">com\.thoughtworks\.xstream:xstream:.*</gav>
|
||||||
<cpe>cpe:/a:springsource:spring_framework</cpe>
|
<cpe>cpe:/a:springsource:spring_framework</cpe>
|
||||||
</suppress>
|
</suppress>
|
||||||
|
<suppress>
|
||||||
|
<notes><![CDATA[
|
||||||
|
Suppresses false positives on velocity tools.
|
||||||
|
]]></notes>
|
||||||
|
<gav regex="true">org.apache.velocity:velocity-tools:.*</gav>
|
||||||
|
<cpe>cpe:/a:apache:struts</cpe>
|
||||||
|
</suppress>
|
||||||
</suppressions>
|
</suppressions>
|
||||||
Reference in New Issue
Block a user