Skip to content

Commit dc9bd75

Browse files
committed
ZOOKEEPER-3217 owasp job flagging slf4j on trunk
1 parent e043c32 commit dc9bd75

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

build.xml

+1
Original file line numberDiff line numberDiff line change
@@ -1705,6 +1705,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
17051705
reportoutputdirectory="${owasp.out.dir}"
17061706
reportformat="ALL"
17071707
failBuildOnCVSS="0">
1708+
<suppressionfile path="${basedir}/owaspSuppressions.xml" />
17081709

17091710
<fileset dir="${ivy.lib}">
17101711
<include name="**/*.jar"/>

owaspSuppressions.xml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.2.xsd">
3+
<suppress>
4+
<!-- ZOOKEEPER-3217 -->
5+
<cve>CVE-2018-8088</cve>
6+
</suppress>
7+
</suppressions>

0 commit comments

Comments
 (0)