This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a commit to branch 0.23.0
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/0.23.0 by this push:
new d682c53c68 Suppress false CVE on druid-indexing-hadoop artifact
(#12563)
d682c53c68 is described below
commit d682c53c681ed21c90ba8d537c4019ead2679ad3
Author: Abhishek Agarwal <[email protected]>
AuthorDate: Tue May 24 20:40:28 2022 +0530
Suppress false CVE on druid-indexing-hadoop artifact (#12563)
---
owasp-dependency-check-suppressions.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/owasp-dependency-check-suppressions.xml
b/owasp-dependency-check-suppressions.xml
index 174eee15fa..7c58bb0a51 100644
--- a/owasp-dependency-check-suppressions.xml
+++ b/owasp-dependency-check-suppressions.xml
@@ -27,6 +27,7 @@
<cve>CVE-2012-4449</cve>
<cve>CVE-2017-3162</cve>
<cve>CVE-2018-8009</cve>
+ <cve>CVE-2022-26612</cve>
</suppress>
<suppress>
<!-- druid-processing.jar is mistaken for org.processing:processing -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]