-
Notifications
You must be signed in to change notification settings - Fork 14.8k
KAFKA-19951: Update lz4 dependency version for CVE-2025-12183 & CVE-2025-66566 #21035
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
Merged
+6
−4
Merged
Changes from 5 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
a219252
Update lz4 dependency version
erikanderson bb9f817
Updated license binary for lz4
51c520e
Update gav for lz4
erikanderson 6b96154
Add ref to lz4 constants
erikanderson 088e16c
Add comment to compression type ref for lz4
erikanderson 21233d1
Merge branch 'trunk' into patch-1
chia7712 cd8be9e
use 1.10.0 instead
chia7712 949e90a
Update lz4-java for CVE-2025-66566
erikanderson 1fd78dd
Update NOTICE-binary
mimaison File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -108,7 +108,9 @@ versions += [ | |
| kafka_41: "4.1.1", | ||
| log4j2: "2.25.1", | ||
| // When updating lz4 make sure the compression levels in org.apache.kafka.common.record.CompressionType are still valid | ||
| lz4: "1.8.0", | ||
| // https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/common/record/CompressionType.java#L73-L74 | ||
| // https://github.com/yawkat/lz4-java/blob/main/src/java/net/jpountz/lz4/LZ4Constants.java#L23-L24 | ||
| lz4: "1.8.1", | ||
|
||
| mavenArtifact: "3.9.6", | ||
| metrics: "2.2.0", | ||
| mockito: "5.20.0", | ||
|
|
@@ -211,7 +213,7 @@ libs += [ | |
| log4j1Bridge2Api: "org.apache.logging.log4j:log4j-1.2-api:$versions.log4j2", | ||
| log4j2Api: "org.apache.logging.log4j:log4j-api:$versions.log4j2", | ||
| log4j2Core: "org.apache.logging.log4j:log4j-core:$versions.log4j2", | ||
| lz4: "org.lz4:lz4-java:$versions.lz4", | ||
| lz4: "at.yawk.lz4:lz4-java:$versions.lz4", | ||
| metrics: "com.yammer.metrics:metrics-core:$versions.metrics", | ||
| mockitoCore: "org.mockito:mockito-core:$versions.mockito", | ||
| mockitoJunitJupiter: "org.mockito:mockito-junit-jupiter:$versions.mockito", | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.