Conversation
Roll shfmt v3.13.0 → v3.13.1 and actionlint 1.7.11 → 1.7.12 for the non-security content in both releases. Neither upstream build carries a patched Go toolchain yet (both on go1.26.1), so CVE-2026-32282 (internal/syscall/unix: Root.Chmod symlink escape, fixed in Go 1.25.9 or 1.26.2) still trips the scan against all three Go binaries. Suppress CVE-2026-32282 for actionlint, shfmt, and yq under the existing stdlib tracker. None of the three binaries call os.Root.Chmod on untrusted filesystem input — they operate offline on local files under the user's own permissions — so the practical risk is negligible. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Today's scheduled ci-tools scan flagged CVE-2026-32282 (Go stdlib
internal/syscall/unix: Root.Chmodsymlink escape) as fixable against actionlint, shfmt, and yq. Fixed upstream in Go 1.25.9 / 1.26.2, but neither the current releases nor the very latest tags (shfmt v3.13.1, actionlint v1.7.12) have picked up a patched Go toolchain — both still build on Go 1.26.1. Suppress the CVE under the existing stdlib tracker so CI clears, and roll in the latest non-security content from thebumps at the same time.
Related Issues
Fixes #114
Refs #96
Changes
make resolveimages/ci-tools/.trivyignorecovering actionlint, shfmt, and yqFurther Comments
Practical risk for this CVE in our image is negligible — none of the three binaries call
os.Root.Chmodon untrusted filesystem input. Removal criteria (upstream rebuilds with Go ≥ 1.25.9 / 1.26.2) are tracked alongside CVE-2026-25679 in #96, with a fold-in checklist.