Skip to content

Commit

Permalink
Suppress spurious/not applicable jfreechart CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tara Drwenski committed Jun 27, 2024
1 parent 3a8008e commit f8655a5
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,14 @@
<packageUrl regex="true">^pkg:maven/org\.quartz\-scheduler/quartz@.*$</packageUrl>
<cve>CVE-2023-39017</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: jfreechart-1.0.19.jar
reason: Disputed CVEs and we do not use the vulnerable components (BubbleXYItemLabelGenerator.java, /chart/annotations/CategoryLineAnnotation, setSeriesNeedle)
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.jfree/jfreechart@.*$</packageUrl>
<vulnerabilityName>CVE-2024-23076</vulnerabilityName>
<vulnerabilityName>CVE-2024-22949</vulnerabilityName>
<vulnerabilityName>CVE-2023-52070</vulnerabilityName>
</suppress>
</suppressions>

0 comments on commit f8655a5

Please sign in to comment.