-
Notifications
You must be signed in to change notification settings - Fork 1
Update dependency com.fasterxml.jackson.core:jackson-core to v2.15.0 [SECURITY] #38
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/jackson.version
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
e1f8f23 to
d791718
Compare
d791718 to
900fb2c
Compare
900fb2c to
8c15d64
Compare
8c15d64 to
d3924f1
Compare
d3924f1 to
dbae391
Compare
dbae391 to
33da59c
Compare
33da59c to
f2f3deb
Compare
f2f3deb to
b87fab5
Compare
b87fab5 to
e843751
Compare
e843751 to
e8e6c01
Compare
e8e6c01 to
acc876b
Compare
acc876b to
dd976ff
Compare
dd976ff to
1145fed
Compare
1872ee9 to
ebac3a2
Compare
ebac3a2 to
fac0e52
Compare
fac0e52 to
7e3c20b
Compare
7e3c20b to
df267d7
Compare
df267d7 to
e4474b6
Compare
e4474b6 to
8904c61
Compare
8904c61 to
d9d3c3c
Compare
d9d3c3c to
a432f42
Compare
a432f42 to
0dd7a54
Compare
7f3d8e9 to
fde9e23
Compare
fde9e23 to
14100c8
Compare
14100c8 to
0b5fef8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR contains the following updates:
2.14.1→2.15.0GitHub Vulnerability Alerts
CVE-2025-52999
Impact
With older versions of jackson-core, if you parse an input file and it has deeply nested data, Jackson could end up throwing a StackoverflowError if the depth is particularly large.
Patches
jackson-core 2.15.0 contains a configurable limit for how deep Jackson will traverse in an input document, defaulting to an allowable depth of 1000. Change is in https://github.com/FasterXML/jackson-core/pull/943. jackson-core will throw a StreamConstraintsException if the limit is reached.
jackson-databind also benefits from this change because it uses jackson-core to parse JSON inputs.
Workarounds
Users should avoid parsing input files from untrusted sources.
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.