From 9654fea43974f4005f048b9c3a1695e2b96da8e4 Mon Sep 17 00:00:00 2001
From: Andreas Svanberg <andreass@dsv.su.se>
Date: Mon, 22 Apr 2024 09:30:47 +0200
Subject: [PATCH] Supress bogus security vulnerability

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

diff --git a/owasp.xml b/owasp.xml
index d851f615c4..c504d51e0f 100644
--- a/owasp.xml
+++ b/owasp.xml
@@ -65,4 +65,11 @@
         </notes>
         <cve>CVE-2023-52070</cve>
     </suppress>
+    <suppress>
+        <notes>
+            This is a complete nonsense vulnerability. Some automated tool has
+            gone completely bananas.
+        </notes>
+        <cve>CVE-2024-23076</cve>
+    </suppress>
 </suppressions>