mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-19 07:44:23 +01:00
updated per issue #950 - fp on url value
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<hints xmlns="https://jeremylong.github.io/DependencyCheck/dependency-hint.1.2.xsd">
|
<hints xmlns="https://jeremylong.github.io/DependencyCheck/dependency-hint.1.3.xsd">
|
||||||
<hint>
|
<hint>
|
||||||
<given><!-- NOTE: these are OR conditions -->
|
<given><!-- NOTE: these are OR conditions -->
|
||||||
<evidence type="product" source="Manifest" name="Implementation-Title" value="Spring Framework" confidence="HIGH"/>
|
<evidence type="product" source="Manifest" name="Implementation-Title" value="Spring Framework" confidence="HIGH"/>
|
||||||
@@ -197,4 +197,14 @@
|
|||||||
<evidence type="vendor" source="hint analyzer" name="vendor" value="not_yet_commons_ssl_project" confidence="HIGHEST"/>
|
<evidence type="vendor" source="hint analyzer" name="vendor" value="not_yet_commons_ssl_project" confidence="HIGHEST"/>
|
||||||
</add>
|
</add>
|
||||||
</hint>
|
</hint>
|
||||||
|
<hint>
|
||||||
|
<given>
|
||||||
|
<evidence regex="true" type="vendor" source="pom" name="url" value=".*wordpress.*" confidence="HIGHEST"/>
|
||||||
|
<evidence regex="true" type="product" source="pom" name="url" value=".*wordpress.*" confidence="HIGHEST"/>
|
||||||
|
</given>
|
||||||
|
<remove>
|
||||||
|
<evidence regex="true" type="vendor" source="pom" name="url" value=".*wordpress.*" confidence="HIGHEST"/>
|
||||||
|
<evidence regex="true" type="product" source="pom" name="url" value=".*wordpress.*" confidence="HIGHEST"/>
|
||||||
|
</remove>
|
||||||
|
</hint>
|
||||||
</hints>
|
</hints>
|
||||||
Reference in New Issue
Block a user