This is an automated email from the ASF dual-hosted git repository.
jonwei 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 0aa2a8e Suppress CVE-2018-11765 for hadoop dependencies (#10485)
0aa2a8e is described below
commit 0aa2a8e2c641aa8eb8722b76b205f70f7bbff8cf
Author: Jonathan Wei <[email protected]>
AuthorDate: Wed Oct 7 21:55:34 2020 -0700
Suppress CVE-2018-11765 for hadoop dependencies (#10485)
---
owasp-dependency-check-suppressions.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/owasp-dependency-check-suppressions.xml
b/owasp-dependency-check-suppressions.xml
index 998e5c6..6a532ef 100644
--- a/owasp-dependency-check-suppressions.xml
+++ b/owasp-dependency-check-suppressions.xml
@@ -281,4 +281,11 @@
<cve>CVE-2018-8009</cve>
<cve>CVE-2018-8029</cve>
</suppress>
+ <suppress>
+ <notes><![CDATA[
+ file name: hadoop-*-2.8.5.jar
+ ]]></notes>
+ <packageUrl
regex="true">^pkg:maven/org\.apache\.hadoop/hadoop\-.*@.*$</packageUrl>
+ <cve>CVE-2018-11765</cve>
+ </suppress>
</suppressions>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]