UID2-7456: Suppress CVE-2026-56131/56407/56408 (libexpat) in .trivyignore#2642
Merged
Conversation
d27e458 to
746f30e
Compare
swibi-ttd
approved these changes
Jul 9, 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.
UID2-7456: Suppress CVE-2026-56131 / CVE-2026-56407 / CVE-2026-56408 (libexpat) in .trivyignore
Trivy flagged three HIGH-severity CVEs in the Alpine system library libexpat (installed
2.8.1-r0) shipped in theeclipse-temurin:21-jre-alpine-3.23base image:doPrologcopyStringDecision
Suppress in
.trivyignorewith a 1-month expiry (exp:2026-08-09).Rationale
Not exploitable in our context — libexpat is a native C XML parser; this service parses XML via the JVM's built-in JAXP/Xerces implementation (pure Java), with no JNI bindings or native dependencies that call into libexpat, so the crafted-XML attack path is not reachable. All three CVEs are fixed in Alpine v3.23
libexpat >= 2.8.2-r0; the suppression will be revisited when the pinnedeclipse-temurinbase image is rebuilt with the fixed package (at which point the entry can be removed).Jira: https://thetradedesk.atlassian.net/browse/UID2-7456