From f83ec36e42431497da775d346e8629fd8fe14271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Willi=20Sch=C3=B6nborn?= Date: Fri, 5 Jul 2019 17:45:57 +0200 Subject: [PATCH] Properly suppressed Spring Security vulnerability --- cve-suppressions.xml | 6 +++++- pom.xml | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cve-suppressions.xml b/cve-suppressions.xml index 0d5aa1582..6d47ab402 100644 --- a/cve-suppressions.xml +++ b/cve-suppressions.xml @@ -1,5 +1,5 @@ - + CVE-2018-1258 CVE-2019-12814 @@ -7,4 +7,8 @@ CVE-2019-12814 + + ^pkg:maven/org\.springframework\.security/spring-security-core@4\..*\.RELEASE$ + BREACH attack possible in CSRF tokens + diff --git a/pom.xml b/pom.xml index 222371ac6..43ce1d9b3 100644 --- a/pom.xml +++ b/pom.xml @@ -560,7 +560,6 @@ true false - false cve-suppressions.xml