Skip to content

Commit 3bd6b19

Browse files
eolivelliphunt
authored andcommitted
ZOOKEEPER-3677: owasp checker failing for - CVE-2019-17571 Apache Log4j 1.2 deserialization of untrusted data in SocketServer
Suppress error for CVE-2019-17571 as it does not affect us. We are not running the log4j server. Author: Enrico Olivelli <eolivelli@apache.org> Reviewers: phunt@apache.org Closes #1209 from eolivelli/fix/ZOOKEEPER-3677-owasp-log4j Change-Id: I0ef24a7b142cd32ccf4f5c18f9e0c0132a413d6c
1 parent 9053f7c commit 3bd6b19

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

owaspSuppressions.xml

+5
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,9 @@
4141
this writing -->
4242
<cve>CVE-2019-3826</cve>
4343
</suppress>
44+
<suppress>
45+
<!-- false positive for us, it is about log4j server in log4j-1.2.17.jar
46+
ZOOKEEPER-3677 -->
47+
<cve>CVE-2019-17571</cve>
48+
</suppress>
4449
</suppressions>

0 commit comments

Comments
 (0)