mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
updated to resolve issue #218
Former-commit-id: b99559ce5f57014d6f94961cb321097793436678
This commit is contained in:
@@ -40,6 +40,13 @@
|
||||
<filePath regex="true">.*\.(jar|dll|exe|ear|war|pom)</filePath>
|
||||
<cpe>cpe:/a:sandbox:sandbox</cpe>
|
||||
</suppress>
|
||||
<suppress base="true">
|
||||
<notes><![CDATA[
|
||||
Suppress false positives around dash.
|
||||
]]></notes>
|
||||
<filePath regex="true">.*\.(jar|ear|war|pom)</filePath>
|
||||
<cpe>cpe:/a:dash:dash</cpe>
|
||||
</suppress>
|
||||
<suppress base="true">
|
||||
<notes><![CDATA[
|
||||
Suppresses false positives on Jersey core client.
|
||||
@@ -100,4 +107,35 @@
|
||||
<cpe>cpe:/a:sendmail:sendmail</cpe>
|
||||
<cpe>cpe:/a:yacc:yacc</cpe>
|
||||
</suppress>
|
||||
<suppress base="true">
|
||||
<notes><![CDATA[
|
||||
Suppresses false positives for com.google:.*
|
||||
]]></notes>
|
||||
<gav regex="true">com\.google(\.[a-zA-Z0-9_-]+)?:.*:.*</gav>
|
||||
<cpe>cpe:/a:google:desktop</cpe>
|
||||
</suppress>
|
||||
<suppress base="true">
|
||||
<notes><![CDATA[
|
||||
Suppresses false positives for non-android JARs from google.
|
||||
]]></notes>
|
||||
<gav regex="true">com\.google\.((?!android).)*:.*</gav>
|
||||
<cpe>cpe:/a:google:android</cpe>
|
||||
<cpe>cpe:/a:google:android_api</cpe>
|
||||
</suppress>
|
||||
<suppress base="true">
|
||||
<notes><![CDATA[
|
||||
Suppresses false positives for android JARs in g:com.google.android
|
||||
]]></notes>
|
||||
<gav regex="true">com\.google\.android\..*:.*</gav>
|
||||
<cpe>cpe:/a:google:android</cpe>
|
||||
<cpe>cpe:/a:google:android_api</cpe>
|
||||
<cpe>cpe:/a:google:google</cpe>
|
||||
</suppress>
|
||||
<suppress base="true">
|
||||
<notes><![CDATA[
|
||||
Suppresses incorrect identification for bing ads.
|
||||
]]></notes>
|
||||
<gav regex="true">com.microsoft.bingads:microsoft.bingads:.*</gav>
|
||||
<cpe>cpe:/a:microsoft:bing</cpe>
|
||||
</suppress>
|
||||
</suppressions>
|
||||
Reference in New Issue
Block a user