tisonkun commented on code in PR #20792:
URL: https://github.com/apache/pulsar/pull/20792#discussion_r1266605766
##########
src/owasp-dependency-check-suppressions.xml:
##########
@@ -181,6 +181,16 @@
<sha1>fa9a1ccda7d78edb51a3a33d3493566092786a30</sha1>
<cve>CVE-2021-25263</cve>
</suppress>
+ <suppress>
+ <notes><![CDATA[
+ file name: clickhouse-jdbc-0.4.6-all.jar
Review Comment:
```
Error: One or more dependencies were identified with vulnerabilities that
have a CVSS score greater than or equal to '7.0':
Error:
Error:
canal.client-1.1.5.jar/META-INF/maven/com.google.guava/guava/pom.xml:
CVE-2023-2976(7.1)
Error:
clickhouse-jdbc-0.4.6-all.jar/META-INF/maven/com.google.guava/guava/pom.xml:
CVE-2023-2976(7.1)
```
It seems this patch doesn't suppress the false positive.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]