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
7 changes: 6 additions & 1 deletion .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ CVE-2026-32776 exp:2026-04-25
# Trivy reports CVE-2026-32776 with transposed digits (32767 instead of 32776) - this is a known Trivy bug
# See: https://github.com/aquasecurity/trivy/discussions/10412 and UID2-6806
# This entry can be removed once Trivy fixes the typo
CVE-2026-32767 exp:2026-04-25
CVE-2026-32767 exp:2026-04-25

# libpng use-after-free and OOB read/write in Alpine base image - not used by our Java services
# See: UID2-6837
CVE-2026-33416 exp:2026-05-01
CVE-2026-33636 exp:2026-05-01
Loading