suneet-s commented on a change in pull request #9489: Suppress CVEs for
htrace-core4 and openstack-swift
URL: https://github.com/apache/druid/pull/9489#discussion_r390027038
##########
File path: owasp-dependency-check-suppressions.xml
##########
@@ -169,27 +170,18 @@
<notes><![CDATA[
file name: htrace-core4-4.0.1-incubating.jar (shaded:
com.fasterxml.jackson.core:jackson-databind:2.4.0)
]]></notes>
- <packageUrl
regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
- <cve>CVE-2017-7525</cve>
- <cve>CVE-2017-15095</cve>
- <cve>CVE-2017-17485</cve>
- <cve>CVE-2018-5968</cve>
- <cve>CVE-2018-7489</cve>
- <cve>CVE-2018-11307</cve>
- <cve>CVE-2018-14718</cve>
- <cve>CVE-2018-14719</cve>
- <cve>CVE-2018-14720</cve>
- <cve>CVE-2018-14721</cve>
- <cve>CVE-2018-19360</cve>
- <cve>CVE-2018-19361</cve>
- <cve>CVE-2018-19362</cve>
- <cve>CVE-2019-14540</cve>
- <cve>CVE-2019-16335</cve>
- <cve>CVE-2019-16942</cve>
- <cve>CVE-2019-16943</cve>
- <cve>CVE-2019-17267</cve>
- <cve>CVE-2019-17531</cve>
- <cve>CVE-2019-20330</cve>
- <cve>CVE-2020-8840</cve>
+ <packageUrl
regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\[email protected]$</packageUrl>
+ <cve>CVE-2018-14721</cve> <!-- cvss of 10.0 -->
+ <cvssBelow>10</cvssBelow> <!-- suppress all CVEs for
jackson-databind:2.4.0 since it is via htrace-core4 -->
+ </suppress>
+ <suppress>
+ <!--
+ ~ TODO: Fix by updating parquet version in
extensions-core/parquet-extensions.
Review comment:
should there be a github issue to update this dependency?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]