You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/08/26 07:23:25 UTC

[GitHub] [pulsar] nicoloboschi commented on a diff in pull request #17282: [cleanup][owasp] Supress false positive netty-tcnative

nicoloboschi commented on code in PR #17282:
URL: https://github.com/apache/pulsar/pull/17282#discussion_r955737357


##########
src/owasp-dependency-check-false-positives.xml:
##########
@@ -54,6 +54,13 @@
     <packageUrl regex="true">^pkg:maven/io\.netty/netty\-tcnative\-classes@.*$</packageUrl>
     <cpe>cpe:/a:netty:netty</cpe>
   </suppress>
+  <suppress>
+    <notes><![CDATA[
+   file name: netty-tcnative-boringssl-static-2.0.52.Final-osx-x86_64.jar
+   ]]></notes>
+    <sha1>87a933c786d4b38355ebbeea684ab48ae88ec265</sha1>
+    <cpe>cpe:/a:chromium_project:chromium</cpe>

Review Comment:
   @tisonkun yes it is. I added the regex instead of the sha to get all the different classifiers



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org