From ed574ffdbef5746b510eb5ada099fcbf33e8f5a7 Mon Sep 17 00:00:00 2001
From: Peter Streef
Date: Tue, 10 Sep 2024 12:08:56 +0200
Subject: [PATCH] suppress spring-data-mongodb vulnerability. We need the
classes there to migrate away from it. (#591)
---
suppressions.xml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/suppressions.xml b/suppressions.xml
index fbf9371b9..5b50acf91 100644
--- a/suppressions.xml
+++ b/suppressions.xml
@@ -1,3 +1,12 @@
+
+
+ These are required to be able to migrate away from the vulnerable dependencies
+
+ ^pkg:maven/org\.springframework\.data/spring-data-mongodb@.*$
+ CVE-2022-22980
+