From afcbfb5762ec5db56b4679943d587b071c6eed85 Mon Sep 17 00:00:00 2001 From: sean wibisono Date: Tue, 11 Aug 2026 09:17:17 +1000 Subject: [PATCH] UID2-7656: suppress CVE-2026-56408 in .trivyignore (exp 2026-11-11) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit unknown package is present but not reachable from this service — see UID2-7656 for the impact assessment. Reachability alone determines suppress-vs-fix. --- .trivyignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.trivyignore b/.trivyignore index 3511344..1827137 100644 --- a/.trivyignore +++ b/.trivyignore @@ -31,7 +31,12 @@ CVE-2026-2100 exp:2026-09-01 # See: UID2-7456 CVE-2026-56131 exp:2026-08-09 CVE-2026-56407 exp:2026-08-09 -CVE-2026-56408 exp:2026-08-09 +# CVE-2026-56408 — libexpat (Alpine base image, transitive via eclipse-temurin:21-jre- +# alpine-3.23) (HIGH). +# Not exploitable here: Same eclipse-temurin alpine base; libexpat transitive only. No +# expat/XML_Parse/JNI references in source; JVM handles all XML parsing. +# See: UID2-7656 +CVE-2026-56408 exp:2026-11-11 # jackson-core async parser maxNumberLength bypass (GHSA-r7wm-3cxj-wff9) - incomplete fix for # GHSA-72hv-8253-57qq. Not exploitable: services only use the synchronous ObjectMapper API, not