[Java] Upgrade jackson-databind 2.16.1 -> 2.18.6 to fix GHSA-72hv-8253-57qq - #61808
Merged
Conversation
…3-57qq Addresses security advisory GHSA-72hv-8253-57qq (HIGH severity), where the async JSON parser in jackson-core bypasses the maxNumberLength constraint, allowing DoS via arbitrarily long numbers. Upgrading jackson-databind to 2.18.6 pulls in the fixed jackson-core 2.18.6 transitively. Closes #61645 Topic: upgrade-jackson Labels: draft Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: andrew <andrew@anyscale.com>
Contributor
Author
|
Reviews in this chain: |
Contributor
Author
andrew-anyscale
marked this pull request as ready for review
March 17, 2026 20:28
andrew-anyscale
requested review from
a team,
SongGuyang,
WangTaoTheTonic,
kfstorm and
raulchen
as code owners
March 17, 2026 20:28
Contributor
There was a problem hiding this comment.
Code Review
This pull request upgrades the jackson-databind dependency from version 2.16.1 to 2.18.6. This change is intended to fix the high-severity security vulnerability GHSA-72hv-8253-57qq by transitively pulling in a patched version of jackson-core. The change is confined to the dependency definition file java/dependencies.bzl and appears to be correct and sufficient for addressing the security advisory. I find no issues with this change.
aslonnie
approved these changes
Mar 18, 2026
aslonnie
self-requested a review
March 18, 2026 03:34
aslonnie
approved these changes
Mar 18, 2026
ryanaoleary
pushed a commit
to ryanaoleary/ray
that referenced
this pull request
Mar 25, 2026
…3-57qq (ray-project#61808) Addresses security advisory GHSA-72hv-8253-57qq (HIGH severity), where the async JSON parser in jackson-core bypasses the maxNumberLength constraint, allowing DoS via arbitrarily long numbers. Upgrading jackson-databind to 2.18.6 pulls in the fixed jackson-core 2.18.6 transitively. Closes ray-project#61645 Signed-off-by: andrew <andrew@anyscale.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Merged
3 tasks
Lucas61000
pushed a commit
to Lucas61000/ray
that referenced
this pull request
May 15, 2026
…3-57qq (ray-project#61808) Addresses security advisory GHSA-72hv-8253-57qq (HIGH severity), where the async JSON parser in jackson-core bypasses the maxNumberLength constraint, allowing DoS via arbitrarily long numbers. Upgrading jackson-databind to 2.18.6 pulls in the fixed jackson-core 2.18.6 transitively. Closes ray-project#61645 Signed-off-by: andrew <andrew@anyscale.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Addresses security advisory GHSA-72hv-8253-57qq (HIGH severity), where the async JSON parser in jackson-core bypasses the maxNumberLength constraint, allowing DoS via arbitrarily long numbers. Upgrading jackson-databind to 2.18.6 pulls in the fixed jackson-core 2.18.6 transitively.
Closes #61645
Topic: upgrade-jackson
Labels: draft
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
Signed-off-by: andrew andrew@anyscale.com