mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
patched to resolve issue #261
Former-commit-id: 44ace36f4a02885134a0af0fb44d11d351d8c7f6
This commit is contained in:
@@ -138,4 +138,19 @@
|
||||
<gav regex="true">com.microsoft.bingads:microsoft.bingads:.*</gav>
|
||||
<cpe>cpe:/a:microsoft:bing</cpe>
|
||||
</suppress>
|
||||
<suppress base="true">
|
||||
<notes><![CDATA[
|
||||
Oracle Jersey is flagged as glassfish.
|
||||
]]></notes>
|
||||
<gav regex="true">.*jersey.*</gav>
|
||||
<cpe>cpe:/a:oracle:glassfish_server</cpe>
|
||||
<cpe>cpe:/a:oracle:glassfish</cpe>
|
||||
</suppress>
|
||||
<suppress base="true">
|
||||
<notes><![CDATA[
|
||||
Oracle HK2 is flagged as glassfish.
|
||||
]]></notes>
|
||||
<gav regex="true">.*\bhk2\b.*</gav>
|
||||
<cpe>cpe:/a:oracle:glassfish</cpe>
|
||||
</suppress>
|
||||
</suppressions>
|
||||
Reference in New Issue
Block a user