mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-17 23:04:07 +01:00
fixed regexes per issue #794
This commit is contained in:
@@ -56,14 +56,14 @@
|
|||||||
<notes><![CDATA[
|
<notes><![CDATA[
|
||||||
Sandbox is a php blog platform and should not be flagged as a CPE for java or .net dependencies.
|
Sandbox is a php blog platform and should not be flagged as a CPE for java or .net dependencies.
|
||||||
]]></notes>
|
]]></notes>
|
||||||
<filePath regex="true">.*\.(jar|dll|exe|ear|war|pom)</filePath>
|
<filePath regex="true">.*(\.(dll|jar|ear|war|pom)|pom\.xml)$</filePath>
|
||||||
<cpe>cpe:/a:sandbox:sandbox</cpe>
|
<cpe>cpe:/a:sandbox:sandbox</cpe>
|
||||||
</suppress>
|
</suppress>
|
||||||
<suppress base="true">
|
<suppress base="true">
|
||||||
<notes><![CDATA[
|
<notes><![CDATA[
|
||||||
Suppress false positives around dash.
|
Suppress false positives around dash.
|
||||||
]]></notes>
|
]]></notes>
|
||||||
<filePath regex="true">.*\.(jar|ear|war|pom)</filePath>
|
<filePath regex="true">.*(\.(jar|ear|war|pom)|pom\.xml)$</filePath>
|
||||||
<cpe>cpe:/a:dash:dash</cpe>
|
<cpe>cpe:/a:dash:dash</cpe>
|
||||||
</suppress>
|
</suppress>
|
||||||
<suppress base="true">
|
<suppress base="true">
|
||||||
@@ -337,21 +337,21 @@
|
|||||||
<notes><![CDATA[
|
<notes><![CDATA[
|
||||||
false positive in drop wizard
|
false positive in drop wizard
|
||||||
]]></notes>
|
]]></notes>
|
||||||
<filePath regex="true">.*\.(jar|ear|war|pom)</filePath>
|
<filePath regex="true">.*(\.(jar|ear|war|pom)|pom\.xml)</filePath>
|
||||||
<cpe>cpe:/a:tiger:tiger</cpe>
|
<cpe>cpe:/a:tiger:tiger</cpe>
|
||||||
</suppress>
|
</suppress>
|
||||||
<suppress base="true">
|
<suppress base="true">
|
||||||
<notes><![CDATA[
|
<notes><![CDATA[
|
||||||
php cpe
|
php cpe
|
||||||
]]></notes>
|
]]></notes>
|
||||||
<filePath regex="true">.*\.(jar|exe|dll|ear|war|pom)</filePath>
|
<filePath regex="true">.*(\.(dll|jar|ear|war|pom)|pom\.xml)</filePath>
|
||||||
<cpe>cpe:/a:class:class</cpe>
|
<cpe>cpe:/a:class:class</cpe>
|
||||||
</suppress>
|
</suppress>
|
||||||
<suppress base="true">
|
<suppress base="true">
|
||||||
<notes><![CDATA[
|
<notes><![CDATA[
|
||||||
Linux ssh False Positives
|
Linux ssh False Positives
|
||||||
]]></notes>
|
]]></notes>
|
||||||
<filePath regex="true">.*\.(jar|ear|war|pom)</filePath>
|
<filePath regex="true">.*(\.(jar|ear|war|pom)|pom\.xml)</filePath>
|
||||||
<cpe>cpe:/a:pam:pam</cpe>
|
<cpe>cpe:/a:pam:pam</cpe>
|
||||||
<cpe>cpe:/a:pam_ssh:pam_ssh</cpe>
|
<cpe>cpe:/a:pam_ssh:pam_ssh</cpe>
|
||||||
<cpe>cpe:/a:sun:linux</cpe>
|
<cpe>cpe:/a:sun:linux</cpe>
|
||||||
@@ -440,7 +440,7 @@
|
|||||||
<notes><![CDATA[
|
<notes><![CDATA[
|
||||||
Drupal services false positive.
|
Drupal services false positive.
|
||||||
]]></notes>
|
]]></notes>
|
||||||
<filePath regex="true">.*\.(jar|ear|war|pom)</filePath>
|
<filePath regex="true">.*(\.(jar|ear|war|pom)|pom\.xml)</filePath>
|
||||||
<cpe>cpe:/a:services_project:services</cpe>
|
<cpe>cpe:/a:services_project:services</cpe>
|
||||||
</suppress>
|
</suppress>
|
||||||
<suppress base="true">
|
<suppress base="true">
|
||||||
|
|||||||
Reference in New Issue
Block a user