Skip to content

Commit 80f86d7

Browse files
committed
docs: make GS007 branch-count note number-agnostic
The live Hypatia GS007 count drifts upward as each phase PR leaves a merged branch behind; the runbook cited a stale fixed figure. State the mechanism, not a snapshot number. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TaWWedv6VQqeZaPvc94keN
1 parent 077e121 commit 80f86d7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/maintainer/SECURITY-SCANNING-RUNBOOK.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,9 @@ this runbook when adjusting scan behaviour.
110110
**Current state**: advisory scan is clean — critical=0, high=0
111111
(`.machine_readable/6a2/STATE.a2ml`, PRs #41–#45). The one standing Hypatia
112112
finding is rule `GS007` (merged/stale remote branches — a repo-hygiene
113-
signal, not a code-safety finding). `STATE.a2ml` records this as ~10 merged
114-
branches pending `git push origin --delete <branch>`; the git proxy used in
113+
signal, not a code-safety finding). The reported count drifts upward as each
114+
phase PR leaves its merged branch behind (the live scan has ranged from ~10 to
115+
20+); all are pending `git push origin --delete <branch>`. The git proxy used in
115116
some environments 403s deletions, so this is tracked as a manual cleanup
116117
item on the release checklist's manual-gates table
117118
(`docs/maintainer/RELEASE-CHECKLIST.adoc`, "Merged-branch cleanup"), **not**

0 commit comments

Comments
 (0)