We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3deff8 commit 634fd27Copy full SHA for 634fd27
dependency-check/global-suppressions.xml
@@ -127,11 +127,12 @@
127
</suppress>
128
<suppress>
129
<notes><![CDATA[
130
- file name: jetty-http-11.0.20.jar
+ Jetty 11.x is EOL - official fix only available in 12.x for these CVEs
131
]]></notes>
132
- <packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty/jetty\-.*@.*$</packageUrl>
+ <packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty/jetty\-.*@11\..*$</packageUrl>
133
<cve>CVE-2024-8184</cve>
134
<cve>CVE-2024-6763</cve>
135
+ <cve>CVE-2025-11143</cve>
136
137
138
0 commit comments