This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new f912fb3931a [fix][build] Resolve OWASP Dependency Check false 
positives (#19120)
f912fb3931a is described below

commit f912fb3931a99575f4b8c93ce8174d53b19336c3
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Jan 2 15:38:29 2023 +0200

    [fix][build] Resolve OWASP Dependency Check false positives (#19120)
---
 src/owasp-dependency-check-false-positives.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/owasp-dependency-check-false-positives.xml 
b/src/owasp-dependency-check-false-positives.xml
index 0a6e49de667..bda2a8d8c68 100644
--- a/src/owasp-dependency-check-false-positives.xml
+++ b/src/owasp-dependency-check-false-positives.xml
@@ -27,6 +27,12 @@
     </notes>
     <cpe>cpe:/a:apache:http_server</cpe>
   </suppress>
+  <suppress>
+    <notes>
+      apache:apache_http_server is not used.
+    </notes>
+    <cpe>cpe:/a:apache:apache_http_server</cpe>
+  </suppress>
   <suppress>
     <notes>pulsar-package-bookkeeper-storage gets mixed with 
bookkeeper.</notes>
     <gav regex="true">org\.apache\.pulsar:.*</gav>
@@ -165,4 +171,9 @@
     <sha1>1a754a5dd672218a2ac667d7ff2b28df7a5a240e</sha1>
     <cve>CVE-2022-25647</cve>
   </suppress>
+
+  <suppress>
+    <notes>commons-net is not used at all and therefore commons-net 
vulnerability CVE-2021-37533 is a false positive.</notes>
+    <cve>CVE-2021-37533</cve>
+  </suppress>
 </suppressions>
\ No newline at end of file

Reply via email to