We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b769415 commit e9ae99eCopy full SHA for e9ae99e
dependency-check-supress.xml
@@ -64,4 +64,12 @@
64
<packageUrl regex="true">^pkg:maven/com\.github\.jsonld\-java/jsonld\-java@.*$</packageUrl>
65
<cve>CVE-2023-5072</cve>
66
</suppress>
67
+<suppress>
68
+ <notes><![CDATA[
69
+ file name: commons-compress-1.24.0.jar
70
+ Since this utility is only called by Jena - it is unlikely to be impacted
71
+ ]]></notes>
72
+ <packageUrl regex="true">^pkg:maven/org\.apache\.commons/commons\-compress@.*$</packageUrl>
73
+ <cve>CVE-2024-25710</cve>
74
+</suppress>
75
</suppressions>
0 commit comments