File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1818-->
1919
2020<suppressions xmlns =" https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.2.xsd" >
21+ <suppress >
22+ <!--
23+ We have updated jetty[1] to 9.4.57.v20241219[2] which includes a fix[3] for CVE-2024-6763[4].
24+ But it is not listed as fixed version since 9.x is EOL[5]. So we still have to suppress this
25+ to pass vulnerabilities check. Besides above, ZooKeeper does not use HttpURI[6] thus should
26+ not be affected by this CVE anyway.
27+
28+ Refs:
29+ [1]: https://github.com/apache/zookeeper/pull/2220
30+ [2]: https://github.com/jetty/jetty.project/releases/tag/jetty-9.4.57.v20241219
31+ [3]: https://github.com/jetty/jetty.project/pull/12532
32+ [4]: https://github.com/advisories/GHSA-qh8g-58pp-2wxh
33+ [5]: https://gitlab.eclipse.org/security/cve-assignement/-/issues/25#note_2968611
34+ [6]: https://issues.apache.org/jira/browse/ZOOKEEPER-4876
35+ -->
36+ <cve >CVE-2024-6763</cve >
37+ </suppress >
2138 <suppress >
2239 <!-- ZOOKEEPER-3217 -->
2340 <cve >CVE-2018-8088</cve >
You can’t perform that action at this time.
0 commit comments