You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: mark deliberate secret-shaped test fixtures for rust-secrets
standards' `rust-secrets` job becomes blocking outside `./src` on
2026-08-21. The lines tagged here are genuine matches on genuine
secret-shaped literals — they are test data, not credentials — so they take
the explicit per-line pragma rather than a pattern loophole that would weaken
the gate for every repo.
These are this repo's OWN secret-detection fixtures. Every pragma sits
OUTSIDE the r#"…"# raw string (after the closing quote / comma), so it is an
ordinary Rust comment and the fixture content is byte-identical — the tests
exercise exactly the same data as before.
Verified: `rust-secrets` (extracted from standards' shipping YAML) exits 0 on
this tree with RUST_TODAY=2026-09-01, i.e. after the cutoff.
Scope: this commit touches ONLY Rust sources. The secret-scanner re-pin is
deliberately NOT bundled — this repo is one of the 22 the sweep flagged, where
gitleaks findings survive the estate baseline, and switching it to the real
gate needs its own triage.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments