mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-02-19 00:47:59 +01:00
Suppress all mappings to python:python CPEs coming from site-packages or dist-packages.
Added command-line options to disable Python scanning. Former-commit-id: cf8f1188f77316e7974a02d4dabf156462b9e1d2
This commit is contained in:
@@ -83,5 +83,11 @@
|
||||
<gav regex="true">org\.opensaml:xmltooling:.*</gav>
|
||||
<cpe>cpe:/a:internet2:opensaml</cpe>
|
||||
</suppress>
|
||||
|
||||
<suppress base="true">
|
||||
<notes><![CDATA[
|
||||
Suppresses false positives for python:python.
|
||||
]]></notes>
|
||||
<filePath regex="true">.*\b(site|dist)-packages\b.*</filePath>
|
||||
<cpe>cpe:/a:python:python</cpe>
|
||||
</suppress>
|
||||
</suppressions>
|
||||
Reference in New Issue
Block a user