From 4f6d96e16b321ca0ab13d860485a63d8dd43c262 Mon Sep 17 00:00:00 2001 From: Dale Visser Date: Tue, 21 Apr 2015 16:53:14 -0400 Subject: [PATCH] Added class, mozilla, sendfile and yacc to suppression, since all are *not* Python-based. Former-commit-id: d4467d0b1ca70134a61c7f039180ec6dc115de6b --- .../src/main/resources/dependencycheck-base-suppression.xml | 4 ++++ 1 file changed, 4 insertions(+) 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 98d855e14..97d284f4f 100644 --- a/dependency-check-core/src/main/resources/dependencycheck-base-suppression.xml +++ b/dependency-check-core/src/main/resources/dependencycheck-base-suppression.xml @@ -90,10 +90,14 @@ .*(\.(whl|egg)|\b(site|dist)-packages\b.*) cpe:/a:python:python cpe:/a:python_software_foundation:python + cpe:/a:class:class cpe:/a:file:file cpe:/a:gnupg:gnupg cpe:/a:mongodb:mongodb + cpe:/a:mozilla:mozilla cpe:/a:openssl:openssl + cpe:/a:sendfile:sendfile cpe:/a:sendmail:sendmail + cpe:/a:yacc:yacc \ No newline at end of file