Commit 8144f85
feat(proof-debt): add .trusted-base-ignore for scanner self-reference false positives (#29)
standards#223 merged 2026-05-27 adding path-fragment exemption support
to check-trusted-base.sh. governance.yml here uses @main floating pin,
so the new exemption mechanism is available on the next CI run.
Exempts the 2 scanner-self-reference sites that PR #27 currently
annotates inline with TRUSTED: comments:
- src/scanners/banned_patterns.rs — detector pattern table mentions
the strings it must detect.
- tests/scanners.rs — test fixture includes the pattern under test.
The inline TRUSTED: comments in #27 remain valid (script accepts
either mechanism) but become redundant after this lands. Follow-up
PR can remove them once #27 settles.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 758ff3e commit 8144f85
1 file changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments