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 12:43:15 UTC

[zookeeper] 01/01: [ZOOKEEPER-4662] OWASP is failing on the zookeeper-it module due false positives about JUnit CVEs

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

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

commit 3308e2f799cba8c9eec56080db9ca646a1fe461c
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Mon Jan 23 13:41:53 2023 +0100

    [ZOOKEEPER-4662] OWASP is failing on the zookeeper-it module due false positives about JUnit CVEs
---
 owaspSuppressions.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/owaspSuppressions.xml b/owaspSuppressions.xml
index 702032132..eb090e54a 100644
--- a/owaspSuppressions.xml
+++ b/owaspSuppressions.xml
@@ -22,6 +22,10 @@
       <!-- ZOOKEEPER-3217 -->
       <cve>CVE-2018-8088</cve>
    </suppress>
+   <suppress>
+      <!-- ZOOKEEPER-4662 -->
+      <cve>CVE-2022-31514</cve>
+   </suppress>
    <suppress>
       <!-- ZOOKEEPER-4660 -->
       <cve>CVE-2021-37533</cve>