From 7c98f19d7352502868b1dbb759205b344ff41b7b Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Mon, 22 Jan 2018 07:02:28 -0500 Subject: [PATCH] fix for #1072 --- .../src/main/resources/dependencycheck-base-suppression.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c68350fdf..20286a938 100644 --- a/dependency-check-core/src/main/resources/dependencycheck-base-suppression.xml +++ b/dependency-check-core/src/main/resources/dependencycheck-base-suppression.xml @@ -1651,7 +1651,7 @@ FP per issue #946 - instead of suppressing the whole thing, we will just suppress specific CVE that are for the server ]]> - ^postgresql:postgresql:.*$ + ^(org\.)?postgresql:postgresql:.*$ CVE-2017-8806 CVE-2006-5540 CVE-2006-5542