abhishekagarwal87 commented on code in PR #14291:
URL: https://github.com/apache/druid/pull/14291#discussion_r1254259060


##########
owasp-dependency-check-suppressions.xml:
##########
@@ -122,6 +122,8 @@
     https://github.com/FasterXML/jackson-databind/issues/3328
     -->
     <cve>CVE-2021-46877</cve>
+    <!-- according to jackson community, this is not a security issue, see 
https://github.com/FasterXML/jackson-databind/issues/3972#issuecomment-1596193098,
 https://github.com/jeremylong/DependencyCheck/issues/5779 -->

Review Comment:
   ```suggestion
       <!-- According to jackson community, this is not a security issue, see 
https://github.com/FasterXML/jackson-databind/issues/3972#issuecomment-1596193098,
 https://github.com/jeremylong/DependencyCheck/issues/5779 -->
   ```



##########
owasp-dependency-check-suppressions.xml:
##########
@@ -825,4 +844,31 @@
     <!-- applies to ranger-hive-plugin which afaict we do not use 
https://nvd.nist.gov/vuln/detail/CVE-2021-40331 -->
     <cve>CVE-2021-40331</cve>
   </suppress>
+
+  <!-- filed against random script set, doesn't apply to any Maven artifacts - 
https://github.com/jeremylong/DependencyCheck/issues/5213 -->
+  <suppress>
+    <notes><![CDATA[
+      file name: plexus-utils-3.0.24.jar
+      file name: async-http-client-netty-utils-2.5.3.jar
+    ]]></notes>
+    <packageUrl regex="true">^pkg:maven/.*/.*@.*$</packageUrl>
+    <cve>CVE-2021-4277</cve>
+  </suppress>
+
+  <!--
+    ~ TODO: Update guava to any version after 29.0
+  -->

Review Comment:
   let's remove this. 



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