mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-16 08:36:55 +01:00
Added file, gnupg, mongodb, openssl and sendmail to suppression, since all are *not* Python-based.
Former-commit-id: a3bb880e64a207d48e9efdbd8520aa37f9886c26
This commit is contained in:
@@ -87,8 +87,13 @@
|
||||
<notes><![CDATA[
|
||||
Suppresses false positives for python:python.
|
||||
]]></notes>
|
||||
<filePath regex="true">.*\b(site|dist)-packages\b.*</filePath>
|
||||
<filePath regex="true">.*(\.(whl|egg)|\b(site|dist)-packages\b.*)</filePath>
|
||||
<cpe>cpe:/a:python:python</cpe>
|
||||
<cpe>cpe:/a:python_software_foundation:python</cpe>
|
||||
<cpe>cpe:/a:file:file</cpe>
|
||||
<cpe>cpe:/a:gnupg:gnupg</cpe>
|
||||
<cpe>cpe:/a:mongodb:mongodb</cpe>
|
||||
<cpe>cpe:/a:openssl:openssl</cpe>
|
||||
<cpe>cpe:/a:sendmail:sendmail</cpe>
|
||||
</suppress>
|
||||
</suppressions>
|
||||
Reference in New Issue
Block a user