diff --git a/dependency-check-core/src/main/resources/dependencycheck-base-suppression.xml b/dependency-check-core/src/main/resources/dependencycheck-base-suppression.xml index ffe5ae58b..98d855e14 100644 --- a/dependency-check-core/src/main/resources/dependencycheck-base-suppression.xml +++ b/dependency-check-core/src/main/resources/dependencycheck-base-suppression.xml @@ -87,8 +87,13 @@ - .*\b(site|dist)-packages\b.* + .*(\.(whl|egg)|\b(site|dist)-packages\b.*) cpe:/a:python:python cpe:/a:python_software_foundation:python + cpe:/a:file:file + cpe:/a:gnupg:gnupg + cpe:/a:mongodb:mongodb + cpe:/a:openssl:openssl + cpe:/a:sendmail:sendmail \ No newline at end of file