Skip to content

Commit 4f7d210

Browse files
Merge pull request #2473 from IABTechLab/bmz-UID2-6864-upgrade-libpng
UID2-6837: Silence CVE-2026-33416 and CVE-2026-33636 (libpng) in .trivyignore
2 parents d5b01dd + 41a7a75 commit 4f7d210

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.trivyignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,9 @@ CVE-2026-32776 exp:2026-04-25
3333
# Trivy reports CVE-2026-32776 with transposed digits (32767 instead of 32776) - this is a known Trivy bug
3434
# See: https://github.com/aquasecurity/trivy/discussions/10412 and UID2-6806
3535
# This entry can be removed once Trivy fixes the typo
36-
CVE-2026-32767 exp:2026-04-25
36+
CVE-2026-32767 exp:2026-04-25
37+
38+
# libpng use-after-free and OOB read/write in Alpine base image - not used by our Java services
39+
# See: UID2-6837
40+
CVE-2026-33416 exp:2026-05-01
41+
CVE-2026-33636 exp:2026-05-01

0 commit comments

Comments
 (0)