xvrl commented on code in PR #15772:
URL: https://github.com/apache/druid/pull/15772#discussion_r1471562669


##########
owasp-dependency-check-suppressions.xml:
##########
@@ -61,6 +68,35 @@
     <cve>CVE-2022-4245</cve>
   </suppress>
 
+  <suppress>
+    <notes><![CDATA[
+      file name: sketches-java-0.8.2.jar
+    ]]></notes>
+    <cve>CVE-2021-40531</cve>
+  </suppress>
+
+  <suppress>
+    <notes><![CDATA[
+      file name: azure-core-1.45.1.jar
+    ]]></notes>
+    <cve>CVE-2023-36052</cve>
+  </suppress>
+
+  <suppress>
+    <notes><![CDATA[
+      file name: azure-core-http-netty-1.13.11.jar
+    ]]></notes>
+    <cve>CVE-2023-36052</cve>
+  </suppress>
+
+  <suppress>
+    <notes><![CDATA[
+      file name: azure-identity-1.11.1.jar
+    ]]></notes>
+    <cve>CVE-2023-36415</cve>
+    <cve>CVE-2023-36052</cve>
+  </suppress>

Review Comment:
   it seems a bit odd that by fixing one CVE we would be introducing a bunch of 
dependencies with new CVEs. Do we understand why those dependencies are being 
pulled in now?



-- 
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]

Reply via email to