jihoonson commented on code in PR #12437:
URL: https://github.com/apache/druid/pull/12437#discussion_r851592069


##########
owasp-dependency-check-suppressions.xml:
##########
@@ -287,20 +287,6 @@
     <packageUrl regex="true">^pkg:maven/log4j/[email protected]$</packageUrl>
     <cve>CVE-2019-17571</cve>
   </suppress>
-  <suppress>
-    <!--
-      - TODO: The lastest version of ambari-metrics-common is 2.7.0.0.0, 
released in July 2018.
-      -->
-    <notes><![CDATA[
-    file name: ambari-metrics-common-2.7.0.0.0.jar (shaded: 
io.netty:netty:3.10.5.Final)
-    ]]></notes>
-    <packageUrl 
regex="true">^pkg:maven/io\.netty/[email protected]$</packageUrl>
-    <cve>CVE-2019-16869</cve>
-    <cve>CVE-2019-20444</cve>
-    <cve>CVE-2019-20445</cve>
-    <cve>CVE-2021-37136</cve>
-    <cve>CVE-2021-37137</cve>
-  </suppress>

Review Comment:
   Hmm, it's strange. This is what I see.
   
   ```
   $ mvn dependency-check:purge dependency-check:check
   ...
   [ERROR] One or more dependencies were identified with vulnerabilities that 
have a CVSS score greater than or equal to '7.0': 
   [ERROR] 
   [ERROR] jackson-databind-2.10.5.1.jar: CVE-2020-36518
   [ERROR] 
   [ERROR] See the dependency-check report for more details.
   ```



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