Skip to content

Commit

Permalink
Fix master broken ci due to zookeeper CVE fp (#3204)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoothzj authored Apr 13, 2022
1 parent bbd2d4a commit f7579fd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
<maven-shade-plugin.version>3.2.0</maven-shade-plugin.version>
<maven-source-plugin.version>2.2.1</maven-source-plugin.version>
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
<dependency-check-maven.version>6.1.6</dependency-check-maven.version>
<dependency-check-maven.version>7.0.4</dependency-check-maven.version>
<nar-maven-plugin.version>3.5.2</nar-maven-plugin.version>
<os-maven-plugin.version>1.4.1.Final</os-maven-plugin.version>
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
Expand Down
21 changes: 21 additions & 0 deletions src/owasp-dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@
<sha1>e395c1d8a71557b7569cc6a83487b2e30e2e58fe</sha1>
<cve>CVE-2021-28164</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: zookeeper-3.8.0.jar
]]></notes>
<sha1>e395c1d8a71557b7569cc6a83487b2e30e2e58fe</sha1>
<cve>CVE-2021-28165</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: zookeeper-3.8.0.jar
Expand Down Expand Up @@ -159,6 +166,13 @@
<sha1>6560f966bcf1aa78d27bcfa75fb6c4463a72c6c5</sha1>
<cve>CVE-2021-28164</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: zookeeper-jute-3.8.0.jar
]]></notes>
<sha1>6560f966bcf1aa78d27bcfa75fb6c4463a72c6c5</sha1>
<cve>CVE-2021-28165</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: zookeeper-jute-3.8.0.jar
Expand All @@ -173,6 +187,13 @@
<sha1>6560f966bcf1aa78d27bcfa75fb6c4463a72c6c5</sha1>
<cve>CVE-2021-34429</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: zookeeper-3.8.0-tests.jar
]]></notes>
<sha1>9b78a289a3aa34eb47fac8c432f664fc140387df</sha1>
<cve>CVE-2021-28165</cve>
</suppress>
<!-- Netty false positive https://github.com/netty/netty-tcnative/issues/710 -->
<suppress>
<notes><![CDATA[
Expand Down

0 comments on commit f7579fd

Please sign in to comment.