You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by eo...@apache.org on 2023/01/23 08:37:26 UTC

[zookeeper] branch branch-3.8 updated: [ZOOKEEPER-4660] Suppress false positive OWASP failure for CVE-2021-37533 (#1971)

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

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


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

commit dfb0d665af00a07241f75d158e446fc45fb14ce3
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Mon Jan 23 09:36:39 2023 +0100

    [ZOOKEEPER-4660] Suppress false positive OWASP failure for CVE-2021-37533 (#1971)
    
    (cherry picked from commit 43647aa5caa812041bd9f1141f5f02a467c7f360)
---
 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>