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

kfaraz pushed a commit to branch 25.0.0
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/25.0.0 by this push:
     new d10a09589a Suppress CVE-2022-1278, CVE-2022-2048, CVE-2022-3509, 
CVE-2022-40152
d10a09589a is described below

commit d10a09589af8fbad0b5db21eade63e136037e4d7
Author: Kashif Faraz <[email protected]>
AuthorDate: Sat Dec 17 18:07:31 2022 +0530

    Suppress CVE-2022-1278, CVE-2022-2048, CVE-2022-3509, CVE-2022-40152
---
 owasp-dependency-check-suppressions.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/owasp-dependency-check-suppressions.xml 
b/owasp-dependency-check-suppressions.xml
index 79063189d2..43dc160ab6 100644
--- a/owasp-dependency-check-suppressions.xml
+++ b/owasp-dependency-check-suppressions.xml
@@ -416,6 +416,9 @@
     <cve>CVE-2021-35516</cve>
     <cve>CVE-2021-35515</cve>
     <cve>CVE-2021-36090</cve>
+    <cve>CVE-2022-2048</cve>
+    <cve>CVE-2022-3509</cve>
+    <cve>CVE-2022-40152</cve>
   </suppress>
   <suppress>
     <!-- The CVE is not applicable to kafka-clients. -->
@@ -523,6 +526,7 @@
     <cve>CVE-2020-10740</cve>
     <cve>CVE-2020-25644</cve>
     <cve>CVE-2020-10718</cve>
+    <cve>CVE-2022-1278</cve>
   </suppress>
 
   <suppress>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to