This is an automated email from the ASF dual-hosted git repository.
kfaraz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new e34e56295f Suppress CVE-2022-1278, CVE-2022-2048, CVE-2022-3509,
CVE-2022-40152 (#13590)
e34e56295f is described below
commit e34e56295faa51dac4faa5117c2e34528dd8f39c
Author: Kashif Faraz <[email protected]>
AuthorDate: Sat Dec 17 20:09:52 2022 +0530
Suppress CVE-2022-1278, CVE-2022-2048, CVE-2022-3509, CVE-2022-40152
(#13590)
---
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]