Skip to content

Commit

Permalink
Add supressions (helidon-io#6343)
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta authored Mar 2, 2023
1 parent b5a744f commit 22344a5
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion etc/dependency-check-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<cve>CVE-2022-45129</cve>
</suppress>

<!-- Falise Positive. CVE-2023-25194 is against Kafka Connect, not the client -->
<!-- False Positive. CVE-2023-25194 is against Kafka Connect, not the client -->
<!-- See https://github.com/jeremylong/DependencyCheck/issues/5469 -->
<suppress>
<notes><![CDATA[
Expand All @@ -135,4 +135,26 @@
<cve>CVE-2023-25194</cve>
</suppress>

<!-- False Positive. This CVE is against H2 1.x.
-->
<suppress>
<notes><![CDATA[
file name: h2-2.1.212.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.h2database/h2@.*$</packageUrl>
<vulnerabilityName>CVE-2018-14335</vulnerabilityName>
</suppress>

<!-- This is a low priority CVE against a deprecated method in Guava. We don't use guava directly.
This CVE bounces in and out of being "fixed" in version 30 and later.
-->
<suppress>
<notes><![CDATA[
file name: guava-31.1-jre.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.google\.guava/guava@.*$</packageUrl>
<vulnerabilityName>CVE-2020-8908</vulnerabilityName>
</suppress>


</suppressions>

0 comments on commit 22344a5

Please sign in to comment.