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 2022/02/25 07:01:06 UTC

[zookeeper] branch branch-3.8.0 updated: ZOOKEEPER-4478: Suppress OWASP false positives zookeeper-jute-3.8.0-SNAPSHOT.jar: CVE-2021-29425, CVE-2021-28164, CVE-2021-34429

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

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


The following commit(s) were added to refs/heads/branch-3.8.0 by this push:
     new fe7f0e4  ZOOKEEPER-4478: Suppress OWASP false positives zookeeper-jute-3.8.0-SNAPSHOT.jar: CVE-2021-29425, CVE-2021-28164, CVE-2021-34429
fe7f0e4 is described below

commit fe7f0e400828d6c84fe99b19cb632600f38417c2
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Fri Feb 25 07:59:07 2022 +0100

    ZOOKEEPER-4478: Suppress OWASP false positives zookeeper-jute-3.8.0-SNAPSHOT.jar: CVE-2021-29425, CVE-2021-28164, CVE-2021-34429
    
    Author: Enrico Olivelli <eo...@apache.org>
    
    Reviewers: Mate Szalay-Beko <sy...@apache.org>
    
    Closes #1824 from eolivelli/ZOOKEEPER-4478-owasp
    
    (cherry picked from commit 3004c909b78b3056985c8e39925e14bde3baa430)
    Signed-off-by: Enrico Olivelli <eo...@apache.org>
---
 owaspSuppressions.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/owaspSuppressions.xml b/owaspSuppressions.xml
index 4bfec6f..1325af9 100644
--- a/owaspSuppressions.xml
+++ b/owaspSuppressions.xml
@@ -53,4 +53,13 @@
            this writing  -->
       <cve>CVE-2019-3826</cve>
    </suppress>
+
+ 
+   <suppress>
+      <!-- Seems like false positives about zookeeper-jute -->
+      <cve>CVE-2021-29425</cve>
+      <cve>CVE-2021-28164</cve>
+      <cve>CVE-2021-34429</cve>
+   </suppress>
+
 </suppressions>