Bump security-affected dependencies (jackson, lz4-java, netty, httpcore5) - #1585
Open
msrathore-db wants to merge 1 commit into
Open
Bump security-affected dependencies (jackson, lz4-java, netty, httpcore5)#1585msrathore-db wants to merge 1 commit into
msrathore-db wants to merge 1 commit into
Conversation
…re5) Resolves OSV-Scanner findings and issue #1584: - jackson-databind/core/annotations 2.18.8 -> 2.18.9 (CVE-2026-54515, CVE-2026-59889, GHSA-mhm7-754m-9p8w) - lz4-java 1.10.1 -> 1.11.1 (CVE-2026-59949) - netty-buffer/netty-common 4.2.13.Final -> 4.2.15.Final (#1584) - httpcore5 5.3.6 -> 5.4.3 and pin transitive httpcore5-h2 to 5.4.3 via dependencyManagement (CVE-2026-54399, CVE-2026-54428; #1584). httpclient5 stays 5.5.2, which is compatible with the httpcore5 5.4.x branch. Verified: clean build embeds the fixed versions in the uber jar; OSV-Scanner reports zero findings; integration tests pass (SQL_EXEC 241, THRIFT_SERVER 189, 0 failures/errors). Co-authored-by: Isaac Signed-off-by: Madhavendra Rathore <madhavendra.rathore@databricks.com>
msrathore-db
force-pushed
the
fix/security-dep-bumps-cve-and-1584
branch
from
July 29, 2026 11:04
7d060a5 to
c231c2a
Compare
Contributor
|
@msrathore-db Thanks for the PR! |
Contributor
|
Thanks for batching these security bumps. One more from the same family: |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What & why
Resolves OSV-Scanner findings plus issue #1584 (shaded Netty / HttpCore in the uber JAR).
Dependency changes (
pom.xml)jackson-databind/-core/-annotations@JsonView/@JsonIgnorePropertiesdeserialization bypasses)lz4-javanetty-buffer/netty-commonhttpcore5httpcore5-h2(transitive)dependencyManagement)httpclient5stays at 5.5.2, which is compatible with the httpcore5 5.4.x branch (5.5.2 was the release that fixed 5.4 compatibility).httpcore5-h2is a transitive dep of httpclient5 that otherwise resolves to 5.3.6, so it is pinned independencyManagement(same pattern already used for commons-lang3/gson).Verification
META-INF/maven/**/pom.properties).Closes #1584.
This pull request and its description were written by Isaac.