summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMate Szalay-Beko <symat@apache.com>2022-05-19 07:51:10 +0200
committerMate Szalay-Beko <mszalay@cloudera.com>2022-05-19 07:53:31 +0200
commit61f1b468218261d57e4e2a997c4720c0003feef0 (patch)
tree1eb5b062df5d61c3c162bc8cc37d667b59f863cd
parentea000df533bd32d2bcd0eecb6307fd5f33f668ec (diff)
downloadzookeeper-release-3.5.10-rc0.tar.gz
supress false positive CVE-2021-21409release-3.5.10-rc0
-rw-r--r--owaspSuppressions.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/owaspSuppressions.xml b/owaspSuppressions.xml
index 5c4bc33bc..f9d446574 100644
--- a/owaspSuppressions.xml
+++ b/owaspSuppressions.xml
@@ -41,4 +41,8 @@
this writing -->
<cve>CVE-2019-3826</cve>
</suppress>
+ <suppress>
+ <!-- false positive - fixed in netty 4.1.61 and we use 4.1.77 -->
+ <cve>CVE-2021-21409</cve>
+ </suppress>
</suppressions>