Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,24 @@ 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 alpine base (adds only gcompat for Corretto crypto). No native
# libexpat path; pure-Java XML via JAXP. Nitro builder is a separate ubuntu:22.04 build stage,
# not the scanned runtime image.
# 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
# jackson-core's non-blocking/async parser. A jackson bump is also in flight via uid2-shared
# (PR #631) and will flow on the next release. See: UID2-7557 (predecessor UID2-6670)
GHSA-r7wm-3cxj-wff9 exp:2026-08-23

# CVE-2026-40984 — io.micrometer:micrometer-core (transitive via micrometer-registry-
# prometheus/-jmx); micrometer-jetty11/12 not present (HIGH).
# Not exploitable here: pom.xml:103/108/113 vertx-micrometer + registry 1.12.2; Main.java:495
# MicrometerMetricsOptions.setLabels(HTTP_METHOD,HTTP_CODE,HTTP_PATH,POOL_NAME) — tags computed
# by Vert.x instrumentation, not Micrometer's vulnerable HTTP server binder
# See: UID2-7662
CVE-2026-40984 exp:2026-11-11