From 2f4cdf388b55585bd987a5904e12873cdbdead13 Mon Sep 17 00:00:00 2001
From: RIHTARSIC Joze <joze.rihtarsic@ext.ec.europa.eu>
Date: Thu, 22 Jun 2023 09:06:39 +0200
Subject: [PATCH] tackle owasp report

---
 owasp-false-positive-warnings.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/owasp-false-positive-warnings.xml b/owasp-false-positive-warnings.xml
index 58972a7a8..b2ab2ef3a 100644
--- a/owasp-false-positive-warnings.xml
+++ b/owasp-false-positive-warnings.xml
@@ -70,4 +70,11 @@
         <cve>CVE-2022-41854</cve>
         <cve>CVE-2022-38750</cve>
     </suppress>
+    <suppress>
+        <notes><![CDATA[
+   file name: bcprov-jdk15on-1.70.jar
+   ]]></notes>
+        <packageUrl regex="true">^pkg:maven/org\.bouncycastle/bcprov\-jdk15on@.*$</packageUrl>
+        <vulnerabilityName>CVE-2023-33201</vulnerabilityName>
+    </suppress>
 </suppressions>
-- 
GitLab