Commit ee31f03
committed
fix(rsr-audit): de-brittle SECURITY response-timeline check
Category-2's SECURITY.md check required the exact literal substring
"24 hours", failing repos that document the same SLA differently
("Response Timeline" heading, "48 hours", "business day", etc.).
Broaden to a basic-grep alternation covering the common phrasings,
mirroring #390's format/case de-brittling. Licence-content checks
untouched.
standards' own SECURITY.md (Response Timeline / 48 hours) now passes
where it previously failed — one of the 3 residual fails #390 flagged.
Regenerate REGISTRY.a2ml: rhodium-standard-repositories/ is a registered
spec home, so editing rsr-audit.sh changes its content-addressed hash.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019awZjBD1qx61tvmEuEKNpn1 parent beddef6 commit ee31f03
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
250 | 252 | | |
251 | 253 | | |
252 | 254 | | |
| |||
0 commit comments