mirror of https://github.com/apache/druid.git
suppress kafka-clients CVE (#11562)
The CVE details are here - https://nvd.nist.gov/vuln/detail/CVE-2021-26291. I am marking it suppressed since we are only using kafka-clients jar in druid. We use maven-artifact jar ourselves but it is only used for comparing versions
This commit is contained in:
parent
e9d964d504
commit
2eff0902aa
|
@ -262,17 +262,6 @@
|
|||
<cve>CVE-2019-12399</cve>
|
||||
<cve>CVE-2018-17196</cve>
|
||||
</suppress>
|
||||
<suppress>
|
||||
<!--
|
||||
~ TODO: Fix when Apache Ranger 2.1 is released
|
||||
-->
|
||||
<notes><![CDATA[
|
||||
file name: kafka-clients-2.0.0.jar
|
||||
]]></notes>
|
||||
<packageUrl regex="true">^pkg:maven/org\.apache\.kafka/kafka-clients@2.0.0$</packageUrl>
|
||||
<cve>CVE-2019-12399</cve>
|
||||
<cve>CVE-2018-17196</cve>
|
||||
</suppress>
|
||||
<suppress>
|
||||
<!--
|
||||
~ TODO: Fix when Apache Ranger is released with updated log4j
|
||||
|
@ -322,11 +311,11 @@
|
|||
<cve>CVE-2020-9492</cve>
|
||||
</suppress>
|
||||
<suppress>
|
||||
<!-- We don't use scala compilation daemon. -->
|
||||
<!-- The CVE is not applicable to kafka-clients. -->
|
||||
<notes><![CDATA[
|
||||
file name: kafka-clients-2.7.0.jar
|
||||
file name: kafka-clients-2.8.0.jar
|
||||
]]></notes>
|
||||
<cve>CVE-2017-15288</cve>
|
||||
<cve>CVE-2021-26291</cve>
|
||||
</suppress>
|
||||
<suppress until="2021-05-30">
|
||||
<!-- Suppress this until https://github.com/apache/druid/issues/11028 is resolved. -->
|
||||
|
|
Loading…
Reference in New Issue