Suppress CVE-2026-53914 and jackson-databind false positives#1172
Merged
Conversation
Add OWASP suppressions to the (previously empty) suppressions.xml: - CVE-2026-53914: Kotlin build-cache deserialization. kotlin-stdlib arrives as a runtime dep via rewrite-kotlin, but the vulnerable build-cache path is in the Kotlin build tooling, not kotlin-stdlib; no GA 2.4.20 toolchain yet. - CVE-2026-54512/54513/54514/54515: jackson-databind polymorphic typing; gadget paths not reachable, jackson managed via jackson-bom. Refs moderneinc/dependency-vulnerability-reports#1112
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.
Triage of the 2026-07-03 OpenRewrite dependency vulnerability report. Adds OWASP suppressions to the previously-empty
suppressions.xml.kotlin-stdlibarrives as a runtime dep viarewrite-kotlin, but the vulnerable Kotlin build-cache metadata deserialization is in the Kotlin build tooling — not present inkotlin-stdliband not used by this Maven plugin. Requires local access + high privileges + high attack complexity. No GA 2.4.20 toolchain released yet.Both expire
2026-08-01Zfor batch re-evaluation. XML validated withxmllint.