fixed issue #140 - false positive is now suppressed

Former-commit-id: 4b584884e1eb5efa214b1af87d555e6866db917a
This commit is contained in:
Jeremy Long
2014-08-05 10:44:33 -04:00
parent 8df1ef5986
commit e45b68eda7

View File

@@ -9,4 +9,12 @@
<cpe>cpe:/a:springsource:spring_framework</cpe>
<cpe>cpe:/a:vmware:springsource_spring_framework</cpe>
</suppress>
<suppress>
<notes><![CDATA[
This suppreses additional false positives for the xstream library that occur because spring has a copy of this library.
com.springsource.com.thoughtworks.xstream-1.3.1.jar
]]></notes>
<gav regex="true">com\.thoughtworks\.xstream:xstream:.*</gav>
<cpe>cpe:/a:springsource:spring_framework</cpe>
</suppress>
</suppressions>