Skip to content

Commit

Permalink
Suppress Glassfish false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Oct 8, 2024
1 parent 3133bee commit 41fe6d5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions etc/dependency-check-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<!-- For information see https://jeremylong.github.io/DependencyCheck/general/suppression.html -->


<!-- False Positive
This CVE is against the GlassFish application server, but is mistakenly being
identified in various org.glassfish artifacts
https://github.com/jeremylong/DependencyCheck/issues/7021
https://github.com/jeremylong/DependencyCheck/issues/7020
https://github.com/jeremylong/DependencyCheck/issues/7019
-->
<suppress>
<notes><![CDATA[
file name: jakarta.el-4.0.2.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.glassfish.*/(jakarta\.el|jaxb-core|jaxb-runtime|osgi-resource-locator|txw2)@.*$</packageUrl>
<cve>CVE-2024-9329</cve>
</suppress>

<!-- This CVE is against the etcd server. We use the Java client
-->
<suppress>
Expand Down

0 comments on commit 41fe6d5

Please sign in to comment.