mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-26 19:11:29 +01:00
updated per issue #672
This commit is contained in:
@@ -68,21 +68,15 @@
|
|||||||
</suppress>
|
</suppress>
|
||||||
<suppress base="true">
|
<suppress base="true">
|
||||||
<notes><![CDATA[
|
<notes><![CDATA[
|
||||||
Suppresses false positives on glassfish
|
Suppresses false positives on glassfish and grizzly. Updated per issue #672.
|
||||||
]]></notes>
|
]]></notes>
|
||||||
<gav regex="true">org\.glassfish:.*(json|faces).*</gav>
|
<gav regex="true">org\.glassfish(\.(web|grizzly)):.*(json|faces|jstl|grizzly).*</gav>
|
||||||
<cpe>cpe:/a:oracle:glassfish</cpe>
|
<cpe>cpe:/a:oracle:glassfish</cpe>
|
||||||
|
<cpe>cpe:/a:oracle:glassfish_server</cpe>
|
||||||
</suppress>
|
</suppress>
|
||||||
<suppress base="true">
|
<suppress base="true">
|
||||||
<notes><![CDATA[
|
<notes><![CDATA[
|
||||||
Suppresses false positives on the grizzly-framework
|
Suppresses false positives on ldap_project (issue #165).
|
||||||
]]></notes>
|
|
||||||
<gav regex="true">org\.glassfish\.grizzly:grizzly-framework:.*</gav>
|
|
||||||
<cpe>cpe:/a:oracle:glassfish</cpe>
|
|
||||||
</suppress>
|
|
||||||
<suppress base="true">
|
|
||||||
<notes><![CDATA[
|
|
||||||
Suppresses false positives on the grizzly-framework
|
|
||||||
]]></notes>
|
]]></notes>
|
||||||
<gav regex="true">org\.forgerock\.opendj:opendj-ldap-sdk:.*</gav>
|
<gav regex="true">org\.forgerock\.opendj:opendj-ldap-sdk:.*</gav>
|
||||||
<cpe>cpe:/a:ldap_project:ldap</cpe>
|
<cpe>cpe:/a:ldap_project:ldap</cpe>
|
||||||
|
|||||||
Reference in New Issue
Block a user