mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
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-2019-12399</cve>
|
||||||
<cve>CVE-2018-17196</cve>
|
<cve>CVE-2018-17196</cve>
|
||||||
</suppress>
|
</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>
|
<suppress>
|
||||||
<!--
|
<!--
|
||||||
~ TODO: Fix when Apache Ranger is released with updated log4j
|
~ TODO: Fix when Apache Ranger is released with updated log4j
|
||||||
@ -322,11 +311,11 @@
|
|||||||
<cve>CVE-2020-9492</cve>
|
<cve>CVE-2020-9492</cve>
|
||||||
</suppress>
|
</suppress>
|
||||||
<suppress>
|
<suppress>
|
||||||
<!-- We don't use scala compilation daemon. -->
|
<!-- The CVE is not applicable to kafka-clients. -->
|
||||||
<notes><![CDATA[
|
<notes><![CDATA[
|
||||||
file name: kafka-clients-2.7.0.jar
|
file name: kafka-clients-2.8.0.jar
|
||||||
]]></notes>
|
]]></notes>
|
||||||
<cve>CVE-2017-15288</cve>
|
<cve>CVE-2021-26291</cve>
|
||||||
</suppress>
|
</suppress>
|
||||||
<suppress until="2021-05-30">
|
<suppress until="2021-05-30">
|
||||||
<!-- Suppress this until https://github.com/apache/druid/issues/11028 is resolved. -->
|
<!-- Suppress this until https://github.com/apache/druid/issues/11028 is resolved. -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user