Skip to content

Bump yq and suppress new Go stdlib CVEs in ci-tools#119

Merged
lex57ukr merged 3 commits intomainfrom
118-cve-monitor-fixable-vulns-ci-tools
Apr 18, 2026
Merged

Bump yq and suppress new Go stdlib CVEs in ci-tools#119
lex57ukr merged 3 commits intomainfrom
118-cve-monitor-fixable-vulns-ci-tools

Conversation

@lex57ukr
Copy link
Copy Markdown
Contributor

Summary

Resolves the CVE Monitor alert on the ci-tools image. Bumps yq to v4.53.2 which clears it off the Go stdlib CVE list, and suppresses two newly-flagged CVEs (CVE-2026-32280, CVE-2026-33810) affecting actionlint and shfmt until upstream ships rebuilds on Go ≥ 1.26.2. Both tools are offline lint/format utilities that don't do X.509 chain building or TLS validation on untrusted input, so practical risk is negligible.

Related Issues

Fixes #118
Refs #96

Changes

  • Bump yq v4.52.5 → v4.53.2 (released 2026-04-17)
  • Suppress CVE-2026-32280 (crypto/x509 chain building) for actionlint/shfmt
  • Suppress CVE-2026-33810 (crypto/x509 DNS constraint bypass) for actionlint/shfmt
  • Remove stale yq reference from the existing CVE-2026-32282 comment
  • Bump Trivy to 0.70.0 in the scan target

Further Comments

Verified with make scan — only the two new CVEs remain suppressed; previous yq findings cleared. #96 was updated with a status comment capturing the current suppression landscape and open items pending upstream rebuilds.

@lex57ukr lex57ukr added security Security-related change dependencies Dependency updates labels Apr 18, 2026
@lex57ukr lex57ukr enabled auto-merge (squash) April 18, 2026 14:46
@lex57ukr lex57ukr merged commit 3f9c5a3 into main Apr 18, 2026
7 checks passed
@lex57ukr lex57ukr deleted the 118-cve-monitor-fixable-vulns-ci-tools branch April 18, 2026 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates security Security-related change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CVE Monitor: fixable vulnerabilities in ci-tools

1 participant