mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
patch for issue #1060
This commit is contained in:
@@ -36,6 +36,14 @@
|
||||
<evidence type="vendor" source="hint analyzer" name="vendor" value="pivotal software" confidence="HIGH"/>
|
||||
</add>
|
||||
</hint>
|
||||
<hint>
|
||||
<given>
|
||||
<evidence type="product" source="Manifest" name="Implementation-Title" regex="true" value="spring-.*" confidence="HIGH"/>
|
||||
</given>
|
||||
<add>
|
||||
<evidence type="vendor" source="hint analyzer" name="vendor" value="pivotal software" confidence="HIGHEST"/>
|
||||
</add>
|
||||
</hint>
|
||||
<hint>
|
||||
<given>
|
||||
<evidence type="product" source="Manifest" name="Bundle-Name" value="Spring Security Core" confidence="MEDIUM"/>
|
||||
|
||||
@@ -1064,7 +1064,15 @@
|
||||
<gav regex="true">^org\.codehaus\.plexus:plexus-utils:.*$</gav>
|
||||
<cpe>cpe:/a:spice_project:spice</cpe>
|
||||
</suppress>
|
||||
|
||||
<suppress base="true">
|
||||
<notes><![CDATA[
|
||||
spring ldap cleanup per issue #1060
|
||||
]]></notes>
|
||||
<gav regex="true">^org\.springframework\.ldap:spring-ldap-core:.*$</gav>
|
||||
<cpe>cpe:/a:net-ldap_project:net-ldap</cpe>
|
||||
<cpe>cpe:/a:pivotal_software:spring_framework</cpe>
|
||||
<cpe>cpe:/a:pivotal:spring_framework</cpe>
|
||||
</suppress>
|
||||
|
||||
<suppress base="true">
|
||||
<notes><![CDATA[
|
||||
|
||||
Reference in New Issue
Block a user