mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 16:24:11 +01:00
resolve false positive per issue #814
This commit is contained in:
@@ -54,10 +54,12 @@
|
|||||||
</suppress>
|
</suppress>
|
||||||
<suppress base="true">
|
<suppress base="true">
|
||||||
<notes><![CDATA[
|
<notes><![CDATA[
|
||||||
Sandbox is a php blog platform and should not be flagged as a CPE for java or .net dependencies.
|
1. Sandbox is a php blog platform and should not be flagged as a CPE for java or .net dependencies.
|
||||||
|
2. Open media is php and won't be in a jar, dll, etc. See issue #814.
|
||||||
]]></notes>
|
]]></notes>
|
||||||
<filePath regex="true">.*(\.(dll|jar|ear|war|pom)|pom\.xml)$</filePath>
|
<filePath regex="true">.*(\.(dll|jar|ear|war|pom)|pom\.xml)$</filePath>
|
||||||
<cpe>cpe:/a:sandbox:sandbox</cpe>
|
<cpe>cpe:/a:sandbox:sandbox</cpe>
|
||||||
|
<cpe>cpe:/a:openmedia:openmedia</cpe>
|
||||||
</suppress>
|
</suppress>
|
||||||
<suppress base="true">
|
<suppress base="true">
|
||||||
<notes><![CDATA[
|
<notes><![CDATA[
|
||||||
|
|||||||
Reference in New Issue
Block a user