mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 02:21:28 +01:00
added hints from community feedback
This commit is contained in:
@@ -159,4 +159,42 @@
|
|||||||
</hint>
|
</hint>
|
||||||
<vendorDuplicatingHint value="sun" duplicate="oracle"/>
|
<vendorDuplicatingHint value="sun" duplicate="oracle"/>
|
||||||
<vendorDuplicatingHint value="oracle" duplicate="sun"/>
|
<vendorDuplicatingHint value="oracle" duplicate="sun"/>
|
||||||
|
|
||||||
|
<!--additional hints from community-->
|
||||||
|
<hint>
|
||||||
|
<given>
|
||||||
|
<fileName contains="bsh-.*" regex="true"/>
|
||||||
|
</given>
|
||||||
|
<add>
|
||||||
|
<evidence type="product" source="hint analyzer" name="product" value="beanshell" confidence="HIGHEST"/>
|
||||||
|
<evidence type="vendor" source="hint analyzer" name="vendor" value="beanshell_project" confidence="HIGHEST"/>
|
||||||
|
</add>
|
||||||
|
</hint>
|
||||||
|
<hint>
|
||||||
|
<given>
|
||||||
|
<fileName contains="opensaml-.*" regex="true"/>
|
||||||
|
</given>
|
||||||
|
<add>
|
||||||
|
<evidence type="product" source="hint analyzer" name="product" value="opensaml" confidence="HIGHEST"/>
|
||||||
|
<evidence type="vendor" source="hint analyzer" name="vendor" value="shibboleth" confidence="HIGHEST"/>
|
||||||
|
</add>
|
||||||
|
</hint>
|
||||||
|
<hint>
|
||||||
|
<given>
|
||||||
|
<fileName contains="htmlcleaner-.*" regex="true"/>
|
||||||
|
</given>
|
||||||
|
<add>
|
||||||
|
<evidence type="product" source="hint analyzer" name="product" value="htmlcleaner" confidence="HIGHEST"/>
|
||||||
|
<evidence type="vendor" source="hint analyzer" name="vendor" value="htmlcleaner_project" confidence="HIGHEST"/>
|
||||||
|
</add>
|
||||||
|
</hint>
|
||||||
|
<hint>
|
||||||
|
<given>
|
||||||
|
<fileName contains="not-yet-commons-ssl-.*" regex="true"/>
|
||||||
|
</given>
|
||||||
|
<add>
|
||||||
|
<evidence type="product" source="hint analyzer" name="product" value="not_yet_commons_ssl" confidence="HIGHEST"/>
|
||||||
|
<evidence type="vendor" source="hint analyzer" name="vendor" value="not_yet_commons_ssl_project" confidence="HIGHEST"/>
|
||||||
|
</add>
|
||||||
|
</hint>
|
||||||
</hints>
|
</hints>
|
||||||
Reference in New Issue
Block a user