[FLINK-40071][build] Bump jackson-bom to 2.21.4#28637
Draft
spuru9 wants to merge 1 commit into
Draft
Conversation
jackson-databind 2.21.3 is affected by several recently published CVEs (CVE-2026-54512 through 54518). 2.21.4 fixes all of them except CVE-2026-54515, which has no released fix in any 2.x line yet. Update the NOTICE files of the modules bundling non-shaded jackson. Generated-by: Claude Code (claude-fable-5)
Collaborator
Contributor
existence of CVE in 3rd party doesn't necessary mean Flink is impacted if we bump dependency now it doesn't mean a new Flink release, which means nothing is changed for end user. So the question: why we should update now rather than wait for full fix from jackson and update? |
Contributor
Author
|
Ok will move to draft, and add this to the JIRA. Will open with the latest version close to the release. |
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 is the purpose of the change
jackson-databind 2.21.3 is affected by several recently published CVEs (54512 through 54518). Bumping jackson-bom to 2.21.4 fixes all of them except 54515, which has no released fix in any jackson 2.x line yet (its announced fix versions 2.21.5/2.22.1 are unreleased, and 2.22.0 is also affected) — that one needs a follow-up once upstream ships.
Brief change log
jackson-bom.version2.21.3 → 2.21.4 in the root pomVerifying this change
This change is a dependency version bump without code changes. All affected bundling modules build cleanly, and the bundled jackson-databind version inside the shaded jars (flink-sql-avro, flink-kubernetes, flink-python, flink-s3-fs-hadoop) was verified to be 2.21.4.
Does this pull request potentially affect one of the following parts:
@Public(Evolving): (no)Documentation
Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code (claude-fable-5)