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

jianghaiting pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.10 by this push:
     new aa68ef86204 Fix owasp fail on pulsar-presto-distribution (#17765)
aa68ef86204 is described below

commit aa68ef86204608151c374fd42e2bcb92db5153b1
Author: JiangHaiting <[email protected]>
AuthorDate: Fri Sep 23 20:23:19 2022 +0800

    Fix owasp fail on pulsar-presto-distribution (#17765)
---
 src/owasp-dependency-check-suppressions.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/owasp-dependency-check-suppressions.xml 
b/src/owasp-dependency-check-suppressions.xml
index 85008809789..02aa0d4ce41 100644
--- a/src/owasp-dependency-check-suppressions.xml
+++ b/src/owasp-dependency-check-suppressions.xml
@@ -28,7 +28,7 @@
     </suppress>
     <suppress>
         <notes>Suppress all pulsar-presto-distribution vulnerabilities</notes>
-        <filePath regex="true">.*pulsar-presto-distribution-.*</filePath>
+        <filePath regex="true">.*pulsar-presto-distribution.*</filePath>
         <vulnerabilityName regex="true">.*</vulnerabilityName>
     </suppress>
     <suppress>

Reply via email to