mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 09:31:32 +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"/>
|
<evidence type="vendor" source="hint analyzer" name="vendor" value="pivotal software" confidence="HIGH"/>
|
||||||
</add>
|
</add>
|
||||||
</hint>
|
</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>
|
<hint>
|
||||||
<given>
|
<given>
|
||||||
<evidence type="product" source="Manifest" name="Bundle-Name" value="Spring Security Core" confidence="MEDIUM"/>
|
<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>
|
<gav regex="true">^org\.codehaus\.plexus:plexus-utils:.*$</gav>
|
||||||
<cpe>cpe:/a:spice_project:spice</cpe>
|
<cpe>cpe:/a:spice_project:spice</cpe>
|
||||||
</suppress>
|
</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">
|
<suppress base="true">
|
||||||
<notes><![CDATA[
|
<notes><![CDATA[
|
||||||
|
|||||||
Reference in New Issue
Block a user