Audit 2026-08-18 fixes: changelog regen, go1.26.6 toolchain pin, D-145 backlog row - #74
Merged
Conversation
SEC-01 (agent-context/PROJECT-AUDIT-2026-08-18.md): release.yaml resolves the Go version from go.mod, which pinned only the go 1.25.0 language level - so shipped binaries embedded the unpatched go1.25.0 stdlib while verify.yaml ran govulncheck on "stable", scanning a stdlib the artifacts never contained. The toolchain directive converges release, verify, and local dev on go1.26.6 (govulncheck clean; language level unchanged).
ARCH-01/DOC-01 (agent-context/PROJECT-AUDIT-2026-08-18.md): D-145 ordered a dedicated, independently-reviewed lane to enforce writes:false on the run path, but no backlog row existed - the one open commitment from the 2026-08-10 audit P1 was untracked. Spec-first; escalates back to P1 if unlanded at the next tag after the upcoming release.
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.
Lands the two release blockers and one P2 from agent-context/PROJECT-AUDIT-2026-08-18.md (workspace-local):
toolchain go1.26.6in go.mod — release.yaml resolves the Go version from go.mod, so shipped binaries embedded the unpatched go1.25.0 stdlib while govulncheck scannedstable. govulncheck is clean at 1.26.6; language level unchanged.task checkgreen across all 17 stages locally at the branch tip.