gianm commented on code in PR #14252:
URL: https://github.com/apache/druid/pull/14252#discussion_r1190474791


##########
owasp-dependency-check-suppressions.xml:
##########
@@ -806,4 +806,13 @@
     <!-- seems not applicable to plugin -->
     <cve>CVE-2022-45048</cve>
   </suppress>
+  <suppress>
+    <notes><![CDATA[
+     file name: hadoop-client-runtime-3.3.5.jar
+     ]]></notes>
+    <!-- this one is windows only? 
https://nvd.nist.gov/vuln/detail/CVE-2022-26612 -->
+    <cve>CVE-2022-26612</cve>
+    <!-- this one seems to apply to backend server? 
https://nvd.nist.gov/vuln/detail/CVE-2023-25613 -->

Review Comment:
   This one is for Apache Kerby. Can we instead exclude it (if we're not using 
it) or upgrade it to 2.0.3 (if we are using it transitively)?



##########
owasp-dependency-check-suppressions.xml:
##########
@@ -806,4 +806,13 @@
     <!-- seems not applicable to plugin -->
     <cve>CVE-2022-45048</cve>
   </suppress>
+  <suppress>
+    <notes><![CDATA[
+     file name: hadoop-client-runtime-3.3.5.jar
+     ]]></notes>
+    <!-- this one is windows only? 
https://nvd.nist.gov/vuln/detail/CVE-2022-26612 -->

Review Comment:
   This one says it was addressed in 3.2.3. Looks like we're using 3.3.5. I 
would think it's irrelevant just on that basis.



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