This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 43647aa5c [ZOOKEEPER-4660] Suppress false positive OWASP failure for 
CVE-2021-37533 (#1971)
43647aa5c is described below

commit 43647aa5caa812041bd9f1141f5f02a467c7f360
Author: Enrico Olivelli <[email protected]>
AuthorDate: Mon Jan 23 09:36:39 2023 +0100

    [ZOOKEEPER-4660] Suppress false positive OWASP failure for CVE-2021-37533 
(#1971)
---
 owaspSuppressions.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/owaspSuppressions.xml b/owaspSuppressions.xml
index 0890bfef4..702032132 100644
--- a/owaspSuppressions.xml
+++ b/owaspSuppressions.xml
@@ -22,6 +22,10 @@
       <!-- ZOOKEEPER-3217 -->
       <cve>CVE-2018-8088</cve>
    </suppress>
+   <suppress>
+      <!-- ZOOKEEPER-4660 -->
+      <cve>CVE-2021-37533</cve>
+   </suppress>
    <suppress>
       <!-- ZOOKEEPER-3262 -->
       <cve>CVE-2018-8012</cve>

Reply via email to