Fix blocking security scan findings on main - #1662
Closed
sreekanth-db wants to merge 1 commit into
Closed
Conversation
…re5) Resolves OSV-Scanner findings and issue databricks#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 (databricks#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; databricks#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>
Collaborator
Author
|
Closing this fork-based PR because dependency-changing fork PRs use an offline Maven cache keyed to the old POM. Replacing it with a same-repository PR so CI can resolve dependencies through JFrog. |
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.
Summary
httpcore5-h2to resolve the two blocking CVSS 7.5 findingsNEXT_CHANGELOG.mdCloses #1584.
Test plan
mvn clean package -Dmaven.test.skip=true -Ddependency-check.skip=true -Bhttpcore5andhttpcore5-h25.4.3, Jackson 2.18.9, lz4-java 1.11.1, and Netty 4.2.15.FinalTelemetry Errors