Skip to content

Commit c2058b2

Browse files
authored
Suppress spurious/not relevant jfreechart CVEs (#1358)
1 parent 98545e9 commit c2058b2

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

project-files/owasp-dependency-check/dependency-check-suppression.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,14 @@
2424
]]></notes>
2525
<cve>CVE-2023-35116</cve>
2626
</suppress>
27+
<suppress>
28+
<notes><![CDATA[
29+
file name: uicdm-5.5.4-SNAPSHOT.tar: jfreechart-1.0.19.jar
30+
reason: Disputed CVEs and we do not use the vulnerable components (BubbleXYItemLabelGenerator.java, /chart/annotations/CategoryLineAnnotation, setSeriesNeedle)
31+
]]></notes>
32+
<packageUrl regex="true">^pkg:maven/org\.jfree/jfreechart@.*$</packageUrl>
33+
<vulnerabilityName>CVE-2024-23076</vulnerabilityName>
34+
<vulnerabilityName>CVE-2024-22949</vulnerabilityName>
35+
<vulnerabilityName>CVE-2023-52070</vulnerabilityName>
36+
</suppress>
2737
</suppressions>

0 commit comments

Comments
 (0)