Skip to content

Commit 3004c90

Browse files
committed
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 <eolivelli@apache.org> Reviewers: Mate Szalay-Beko <symat@apache.org> Closes #1824 from eolivelli/ZOOKEEPER-4478-owasp
1 parent bce2bf4 commit 3004c90

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

owaspSuppressions.xml

+9
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,13 @@
5353
this writing -->
5454
<cve>CVE-2019-3826</cve>
5555
</suppress>
56+
57+
58+
<suppress>
59+
<!-- Seems like false positives about zookeeper-jute -->
60+
<cve>CVE-2021-29425</cve>
61+
<cve>CVE-2021-28164</cve>
62+
<cve>CVE-2021-34429</cve>
63+
</suppress>
64+
5665
</suppressions>

0 commit comments

Comments
 (0)