dlg99 commented on a change in pull request #13753:
URL: https://github.com/apache/pulsar/pull/13753#discussion_r785077444
##########
File path: src/owasp-dependency-check-suppressions.xml
##########
@@ -41,4 +41,13 @@
<gav regex="true">org\.apache\.zookeeper:.*:3\.6\.2</gav>
<vulnerabilityName regex="true">.*</vulnerabilityName>
</suppress>
+
+ <!-- clickhouse: security scan matches client lib to the server CVEs -->
+<suppress>
+ <notes><![CDATA[
+ file name: clickhouse-jdbc-0.3.2.jar
+ ]]></notes>
+ <packageUrl
regex="true">^pkg:maven/ru\.yandex\.clickhouse/clickhouse\-jdbc@.*$</packageUrl>
+ <cpe>cpe:/a:yandex:clickhouse</cpe>
Review comment:
@lhotari @mattisonchao
Fixed. Please take a look.
--
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]