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
15 changes: 3 additions & 12 deletions .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ CVE-2026-48978 # oras-go bearer token realm hijacking
CVE-2026-39822 # Root escape via symlink + trailing slash
CVE-2026-42505 # ECH privacy leak in crypto/tls

# golang.org/x/net (via stdlib) - disclosed 2026-08-14, fix requires Go toolchain
# upgrade to 1.26.6/1.27.0-rc.3 in ast-cli; tracked for the next cx release.
CVE-2026-39821 exp=2026-09-30 # x/net/idna privilege escalation via incorrect Punycode label processing
CVE-2026-46600 exp=2026-09-30 # x/net/dns/dnsmessage DoS via invalid DNS record parsing

# Go stdlib (app/bin/cx, gobinary) - same Go 1.26.6/1.27.0-rc.3 toolchain upgrade as above
CVE-2026-33818 exp=2026-09-30 # encoding/asn1 DoS via excessive recursion in Unmarshal
CVE-2026-56853 exp=2026-09-30 # net/http unencrypted HTTP/2 connections DoS
CVE-2026-56858 exp=2026-09-30 # html/template XSS via pathological input
CVE-2026-56859 exp=2026-09-30 # encoding/xml DoS via recursion depth issue
CVE-2026-56860 exp=2026-09-30 # net/url DoS from quadratic complexity in path parsing
CVE-2026-56862 exp=2026-09-30 # crypto/tls DoS via indefinite KeyUpdate messages
# Wolfi OS Layer (inherited from checkmarx/ast-cli:2.3.63)
CVE-2026-38753 exp=2026-XX-XX # busybox awk_sub() DoS, fixed in 1.38.0-r0, pending base image update
CVE-2026-38754 exp=2026-XX-XX # busybox ash.c heap overflow, fixed in 1.38.0-r0, pending base image update
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use AST Base image
FROM checkmarx/ast-cli:2.3.60@sha256:ed98724a7a971034b9224eca19e5dca5fad3e1f3dc1624f301a9b766c446d210
FROM checkmarx/ast-cli:2.3.63@sha256:76915c053671e722dcce735bd18a1e7725c4a2bd21b6d4a443ba1591a2813735

# Docker actions must be run by the default Docker user (root).
USER root
Expand Down
Loading