From 6f26fb2ca897a1fa0412523edf998cd049aa0256 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Wed, 22 Dec 2021 13:32:46 +0100 Subject: [PATCH] [Project] Updated initial dependency-check suppressions --- pom.xml | 4 ++++ src/dependency-check/suppressions.xml | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 src/dependency-check/suppressions.xml diff --git a/pom.xml b/pom.xml index 36ad069..4008dea 100644 --- a/pom.xml +++ b/pom.xml @@ -121,6 +121,9 @@ NOT_SET + + ${maven.multiModuleProjectDirectory}/src/dependency-check/suppressions.xml + @@ -393,6 +396,7 @@ 8 false + ${dependency-check-suppressions-file} diff --git a/src/dependency-check/suppressions.xml b/src/dependency-check/suppressions.xml new file mode 100644 index 0000000..51e1a18 --- /dev/null +++ b/src/dependency-check/suppressions.xml @@ -0,0 +1,8 @@ + + + + + ^pkg:maven/li\.strolch/li\.strolch\.persistence\.postgresql@.*$ + cpe:/a:postgresql:postgresql + + \ No newline at end of file