fix: v0.12.1 — audit hardening (fail-open, potency, honesty, supply chain) - #31
Merged
Conversation
…hain) Independent ASPICE/26262 + cybersecurity audits found real defects: - F2 (security fail-open): malformed issued-at silently disabled the staleness warning; now validated as RFC 3339 at parse, impossible dates rejected, one shared epoch_days validator - potency: mutants gate + strict policy now REQUIRED merge checks (REQ-MUTATE-001 was marked verified but bypassable) - honesty: README no longer claims "nothing implemented"; claim-check covers it; SECURITY.md added (disclosure + invariants + limits) - hazards: SH-005 (key compromise) + SH-006 (deposit-pipeline compromise) + SC-005/006 — the two the STPA-Sec seed missed - supply chain: Cargo.lock tracked, --locked builds, cargo-deny in CI, cross pinned, actions SHA-pinned, cosign identity regexp anchored Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019TNtfRjLNhEz82G2ggeeNu
…ght them) The v0.12.1 F2 fix added length/dash-position and leap-rule guards; the now-required mutation gate flagged 9 survivors in them. Restructured epoch_days so each guard is independently reachable and added shape + full-Gregorian-leap kill tests. Zero survivors across the trust set. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019TNtfRjLNhEz82G2ggeeNu
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.
The 2026-08-08 independent ASPICE/26262 + cybersecurity audits' actionable defects — the ones that need no decision:
issued-atsilently disabled staleness (voided SH-002); now RFC-3339-validated at parse, impossible dates rejected, RED-then-GREEN--locked; cargo-deny in CI; cross tag-pinned; actions SHA-pinned; cosign identity regexp anchoredLarger scope (root ceremony, TARA cybersecurity-schema layer, ASPICE V-typing, first-contact rollback, fuzz/proptest/Kani, test matrix) goes to v0.13.0 / v1.0 per the audit-revised plan.
🤖 Generated with Claude Code
https://claude.ai/code/session_019TNtfRjLNhEz82G2ggeeNu