Skip to content

Commit 23a6263

Browse files
swibi-ttdclaude
andcommitted
UID2-6704: Suppress CVE-2026-22184 (zlib untgz) in .trivyignore
The vulnerability is in zlib's contrib/untgz demo utility, not the core libz library. Alpine does not ship the untgz binary, and the JRE only uses libz for compression. The zlib maintainer disputes this CVE and removed the untgz tool entirely. Not exploitable in our context. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 881cc91 commit 23a6263

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
@@ -18,4 +18,9 @@ GHSA-72hv-8253-57qq exp:2026-09-01
1818

1919
# libpng heap buffer overflow in Alpine base image - fixed version not yet available in Alpine 3.23
2020
# See: UID2-6677
21-
CVE-2026-25646 exp:2026-09-02
21+
CVE-2026-25646 exp:2026-09-02
22+
23+
# zlib contrib/untgz demo utility buffer overflow - not exploitable, Alpine does not ship the untgz binary
24+
# and the core libz library used by the JRE is unaffected. The zlib maintainer disputes this CVE.
25+
# See: UID2-6704
26+
CVE-2026-22184 exp:2026-09-09

0 commit comments

Comments
 (0)