Skip to content

Commit

Permalink
suppress kafka cve for ranger extension (apache#17531) (apache#17532)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintropolis authored Dec 3, 2024
1 parent eccb6bd commit 1a162cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion owasp-dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,15 @@
</suppress>


<!-- apache ranger extension kafka dependency -->
<suppress>
<notes><![CDATA[
file name: kafka-clients-3.2.0.jar
file name: kafka-clients-2.8.1.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.apache\.kafka/kafka\-clients@.*$</packageUrl>
<cve>CVE-2022-34917</cve>
<cve>CVE-2023-25194</cve>
<cve>CVE-2024-31141</cve>
</suppress>

<suppress>
Expand Down

0 comments on commit 1a162cd

Please sign in to comment.