Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion .github/workflows/image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,3 @@ jobs:
trivyignores: .trivyignore
scanners: vuln
format: table
severity: CRITICAL,HIGH
12 changes: 12 additions & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,15 @@ CVE-2026-22184
# Go stdlib net/url: incorrect parsing of IPv6 host literals.
# CNI plugins do not parse user-supplied URLs.
CVE-2026-25679

# zlib: DoS via infinite loop in crc32_combine functions.
# No code path in this product calls crc32_combine directly.
CVE-2026-27171

# Go stdlib html/template: URL escaping issue in meta content attribute.
# CNI plugins do not generate or serve HTML.
CVE-2026-27142

# Go stdlib os: FileInfo can escape from a Root in ReadDir.
# CNI plugins do not use the os.Root sandboxed filesystem API.
CVE-2026-27139
Loading