flink-shaded
flink-shaded copied to clipboard
[FLINK-35003] Update zookeeper to 3.8.4 to address CVE-2024-23944.
JIRA: FLINK-35003. Update zookeeper to 3.8.4 to address CVE-2024-23944.
From the maven link, we can know that CVE-2024-23944 exists in zookpeer-3.8.3, and we can upgrade to zookpeer-3.8.4 to solve this issue.
https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper/3.8.3
@mbalassi Can you help review this PR? Thank you very much!