Skip to content

Commit 9c6cb9f

Browse files
committed
1 parent 7dc1d50 commit 9c6cb9f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.trivyignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,15 @@ CVE-2026-22184
6161
# Go stdlib net/url: incorrect parsing of IPv6 host literals.
6262
# CNI plugins do not parse user-supplied URLs.
6363
CVE-2026-25679
64+
65+
# zlib: DoS via infinite loop in crc32_combine functions.
66+
# No code path in this product calls crc32_combine directly.
67+
CVE-2026-27171
68+
69+
# Go stdlib html/template: URL escaping issue in meta content attribute.
70+
# CNI plugins do not generate or serve HTML.
71+
CVE-2026-27142
72+
73+
# Go stdlib os: FileInfo can escape from a Root in ReadDir.
74+
# CNI plugins do not use the os.Root sandboxed filesystem API.
75+
CVE-2026-27139

0 commit comments

Comments
 (0)