-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-29740 Upgrade lz4-java to 1.8.1+ #7513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The newest version is 1.10.0, and there are some performance issues around the fix, we need to review the code to see if we need to change our code. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
e38dd23 to
d5b1277
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Checked the code https://github.com/yawkat/lz4-java/wiki/1.8.1-diffoscope-output Seems only fastDecompressor is affected and in our code base, we use safeDecompressor. So I think we only need to upgrade the version, and there is a new CVE-2025-66566 which is fixed in 1.10.1, so let's upgrade to that version. |
Hi, @Apache9, sorry for the late reply, +1 for your comments, already upgraded to the latest 1.10.1, thanks for your help. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
🎊 +1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
Upgrade to 1.10.1 to address both CVE‐2025‐12183 and CVE-2025-66566. Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit 688b574)
Upgrade to 1.10.1 to address both CVE‐2025‐12183 and CVE-2025-66566. Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit 688b574)
Upgrade to 1.10.1 to address both CVE‐2025‐12183 and CVE-2025-66566. Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit 688b574)
Upgrade to 1.10.1 to address both CVE‐2025‐12183 and CVE-2025-66566. Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit 688b574)
Upgrade to 1.10.1 to address both CVE‐2025‐12183 and CVE-2025-66566. Signed-off-by: Duo Zhang <[email protected]>
https://issues.apache.org/jira/browse/HBASE-29740