UID2-7557: suppress jackson-core GHSA-r7wm-3cxj-wff9 (async parser, not reachable)#2662
Merged
Conversation
…ot reachable) Trivy flagged jackson-core GHSA-r7wm-3cxj-wff9 (HIGH) - an async-parser maxNumberLength bypass, the incomplete-fix successor to GHSA-72hv-8253-57qq. Our services parse JSON only via the synchronous ObjectMapper API, never jackson-core's non-blocking/async parser, so the vulnerable path is not reachable (same rationale as the already-suppressed predecessor, UID2-6670). A jackson bump is also in flight via uid2-shared PR #631. Suppress in .trivyignore with expiry 2026-08-23. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…-07-11, fixed upstream) The libcrypto3 PKCS#7 CVE is no longer flagged by the current base-image scan (Alpine base rebuilt with the fix); the suppression expired 2026-07-11. Removing the dead entry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
swibi-ttd
approved these changes
Jul 23, 2026
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.
Vulnerability suppression — jackson-core GHSA-r7wm-3cxj-wff9 (HIGH)
Async-parser
maxNumberLengthbypass (incomplete fix for GHSA-72hv-8253-57qq). Not reachable: this service parses JSON only via the synchronousObjectMapperAPI, never jackson-core’s non-blocking/async parser — the same rationale under which the predecessor advisory was suppressed (UID2-6670). A jackson bump is also in flight via uid2-shared PR #631 and will flow on the next release, at which point this can be removed.Suppressed in
.trivyignorewith expiry 2026-08-23. Ticket: UID2-7557.