janjwerner-confluent commented on code in PR #15447:
URL: https://github.com/apache/druid/pull/15447#discussion_r1410922662
##########
owasp-dependency-check-suppressions.xml:
##########
@@ -519,157 +175,184 @@
<cve>CVE-2022-1278</cve>
</suppress>
+
<suppress>
- <!-- Suppress aws-java-sdk-bundle cves -->
+ <!-- These are for elasticsearch in ranger soon to be fixed. -->
<notes><![CDATA[
- file name: aws-java-sdk-bundle-1.11.901.jar
+ file name: elasticsearch plugins
]]></notes>
- <cve>CVE-2020-8570</cve>
- <cve>CVE-2015-8559</cve>
- <cve>CVE-2021-20291</cve>
- <cve>CVE-2017-17485</cve>
- <cve>CVE-2018-5968</cve>
- <cve>CVE-2017-15095</cve>
- <cve>CVE-2019-16942</cve>
- <cve>CVE-2020-25649</cve>
- <cve>CVE-2020-35491</cve>
- <cve>CVE-2019-16943</cve>
- <cve>CVE-2020-35490</cve>
- <cve>CVE-2019-20330</cve>
- <cve>CVE-2020-10673</cve>
- <cve>CVE-2018-11307</cve>
- <cve>CVE-2018-7489</cve>
- <cve>CVE-2019-17267</cve>
- <cve>CVE-2019-17531</cve>
- <cve>CVE-2019-16335</cve>
- <cve>CVE-2019-14893</cve>
- <cve>CVE-2019-14540</cve>
- <cve>CVE-2021-37136</cve>
- <cve>CVE-2021-37137</cve>
+ <cve>CVE-2023-31417</cve>
+ <cve>CVE-2023-31418</cve>
+ <cve>CVE-2023-31419</cve>
</suppress>
<suppress>
- <!-- Suppress hadoop-shaded-guava cves -->
<notes><![CDATA[
- file name: hadoop-shaded-guava-1.1.1.jar
+ file name: kafka-clients-3.2.0.jar
]]></notes>
- <cve>CVE-2015-7430</cve>
- <cve>CVE-2017-3162</cve>
+ <packageUrl
regex="true">^pkg:maven/org\.apache\.kafka/kafka\-clients@.*$</packageUrl>
+ <cve>CVE-2022-34917</cve>
+ <cve>CVE-2023-25194</cve>
</suppress>
<suppress>
- <!-- False alarm for the Async javascript library
(https://github.com/caolan/async) which is a dev dependency for the web console
-->
<notes><![CDATA[
- file name: async-http-client-netty-utils-2.5.3.jar
- ]]></notes>
- <packageUrl
regex="true">^pkg:maven/org\.asynchttpclient/[email protected]$</packageUrl>
- <cve>CVE-2021-43138</cve>
+ file name: woodstox-core-6.2.4.jar
+ ]]></notes>
+ <cve>CVE-2023-34411</cve>
+ </suppress>
+
+ <suppress>
+ <notes><![CDATA[
+ file name: spatial4j-0.7.jar:
+ ]]></notes>
+ <cve>CVE-2014-125074</cve>
+ </suppress>
+
+ <suppress>
+ <notes><![CDATA[
+ file name: aws-sdk-bundle
+ ]]></notes>
+ <cve>CVE-2020-36518</cve>
+ <cve>CVE-2021-46877</cve>
+ <cve>CVE-2022-41881</cve>
+ </suppress>
+
+ <suppress>
+ <!-- Pulled in by io.kubernetes:client-java and kafka_2.13 but not fixed
in either place yet -->
+ <!-- jose4j before v0.9.3 allows attackers to set a low iteration count of
1000 or less -->
+ <notes><![CDATA[
+ file name: jose4j-0.7.3.jar
+ ]]></notes>
+ <packageUrl
regex="true">^pkg:maven/org\.bitbucket\.b_c/jose4j@.*$</packageUrl>
+ <cve>CVE-2023-31582</cve>
</suppress>
<suppress>
- <!-- False alarm for the Async javascript library
(https://github.com/caolan/async) which is a dev dependency for the web console
-->
+ <!-- okhttp -->
<notes><![CDATA[
- file name: async-http-client-2.5.3.jar
+ file name: okhttp-*.jar
]]></notes>
- <packageUrl
regex="true">^pkg:maven/org\.asynchttpclient/[email protected]$</packageUrl>
- <cve>CVE-2021-43138</cve>
+ <cve>CVE-2021-0341</cve>
+ <cve>CVE-2016-2402</cve> <!-- Suppressed since okhttp requests in Druid
are internal, and not user-facing -->
+ <cve>CVE-2023-0833</cve>
</suppress>
Review Comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]