From 886c02fad2fa7f445962c962986997d569bade61 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Tue, 7 Feb 2017 06:24:34 -0500 Subject: [PATCH] add configuration to remove FP based on parent-group/artifact from spring-boot --- .../resources/dependencycheck-base-hint.xml | 31 +++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/dependency-check-core/src/main/resources/dependencycheck-base-hint.xml b/dependency-check-core/src/main/resources/dependencycheck-base-hint.xml index a7a45d05e..2be87eb19 100644 --- a/dependency-check-core/src/main/resources/dependencycheck-base-hint.xml +++ b/dependency-check-core/src/main/resources/dependencycheck-base-hint.xml @@ -113,8 +113,35 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file