Commit 52b4267
committed
docs(audits): correct scorecard nested-copy count (0 → 626)
Original draft claimed scorecard.yml had zero nested copies, based on
the broad gh /search/code query. After #204 added the
list-workflow-paths.sh helper (which bypasses the Layer-2
truncation), per-repo enumeration revealed 626 nested copies the
broad query missed entirely.
Scorecard is NOT the cleanest sweep target. It now has the
second-highest nested count of the 5 candidates (behind hypatia-scan).
Total wrapper sites: 884 (258 top-level + 626 nested).
Layer-3 caveat still applies — nested copies are inert; disposition
is single-source-of-truth cleanup, not security gain.
This correction is itself an example of the methodology lesson the
doc was trying to make: every count derived from /search/code is
suspect until validated against the Git Tree API.1 parent 3cf9591 commit 52b4267
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments