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
8 changes: 8 additions & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ CVE-2026-42577 exp:2026-09-11
# See: UID2-7364
CVE-2026-54512 exp:2026-07-25
CVE-2026-54513 exp:2026-07-25

# CVE-2026-2100 — p11-kit NULL dereference via C_DeriveKey in the Alpine base image.
# uid2-admin is a pure Java service; the JVM uses JSSE for TLS and the bundled Java cacerts keystore for trust — it does
# not load the native p11-kit PKCS#11 module loader and never calls C_DeriveKey, so the
# vulnerable code path is not reachable. Fixed in Alpine v3.23 >= 0.26.2-r0 but the pinned
# eclipse-temurin base image has not yet been rebuilt with it.
# See: UID2-7376
CVE-2026-2100 exp:2026-09-01