Added file, gnupg, mongodb, openssl and sendmail to suppression, since all are *not* Python-based.

Former-commit-id: a3bb880e64a207d48e9efdbd8520aa37f9886c26
This commit is contained in:
Dale Visser
2015-04-21 16:08:44 -04:00
parent 657340c912
commit 707d9925a8

View File

@@ -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>