mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 18:41:44 +01:00
added additional supporessions
Former-commit-id: a9810fa2e2051204d481e975de0922ec7d4183ef
This commit is contained in:
@@ -69,4 +69,19 @@
|
|||||||
<gav regex="true">org\.opensaml:xmltooling:.*</gav>
|
<gav regex="true">org\.opensaml:xmltooling:.*</gav>
|
||||||
<cpe>cpe:/a:shibboleth:opensaml</cpe>
|
<cpe>cpe:/a:shibboleth:opensaml</cpe>
|
||||||
</suppress>
|
</suppress>
|
||||||
|
<suppress base="true">
|
||||||
|
<notes><![CDATA[
|
||||||
|
Suppresses false positives on the org.opensaml:openws
|
||||||
|
]]></notes>
|
||||||
|
<gav regex="true">org\.opensaml:openws:.*</gav>
|
||||||
|
<cpe>cpe:/a:internet2:opensaml</cpe>
|
||||||
|
</suppress>
|
||||||
|
<suppress base="true">
|
||||||
|
<notes><![CDATA[
|
||||||
|
Suppresses false positives on the org.opensaml:xmltooling
|
||||||
|
]]></notes>
|
||||||
|
<gav regex="true">org\.opensaml:xmltooling:.*</gav>
|
||||||
|
<cpe>cpe:/a:internet2:opensaml</cpe>
|
||||||
|
</suppress>
|
||||||
|
|
||||||
</suppressions>
|
</suppressions>
|
||||||
Reference in New Issue
Block a user