Skip to content

Commit c0083b8

Browse files
committed
docs: Check off Task 6 verification steps
1 parent a8adcfd commit c0083b8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/superpowers/plans/2026-05-21-owasp-asvs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -485,23 +485,23 @@ SKIP=commitlint git commit -m "docs: Add OWASP ASVS badge to README"
485485

486486
## Task 6: End-to-end verification
487487

488-
- [ ] **Step 1: Full build still green**
488+
- [x] **Step 1: Full build still green**
489489

490490
```bash
491491
mvn clean verify
492492
```
493493

494494
Expected: BUILD SUCCESS. 432 unit tests, 55 integration tests, zero failures. The refactor in Task 1 is the only code change; identical counts to the base branch.
495495

496-
- [ ] **Step 2: Final gate self-check**
496+
- [x] **Step 2: Final gate self-check**
497497

498498
```bash
499499
BASE_SHA=$(git merge-base origin/master HEAD) HEAD_SHA=HEAD .github/scripts/asvs-gate.sh
500500
```
501501

502502
Expected: `ASVS gate: TLS-relevant changes re-affirmed in docs/security/owasp-asvs.md.` (exit 0). This proves the branch passes its own gate when targeted at master.
503503

504-
- [ ] **Step 3: Commit log sanity check**
504+
- [x] **Step 3: Commit log sanity check**
505505

506506
```bash
507507
git log --oneline master..HEAD
@@ -519,7 +519,7 @@ Expected: five commits in order
519519

520520
Plus the spec commit (`c658d1a docs: Design spec for OWASP ASVS V12 self-assessment and CI gate`) and the plan commit you'll create when you commit this plan file.
521521

522-
- [ ] **Step 4: Push the branch**
522+
- [x] **Step 4: Push the branch**
523523

524524
```bash
525525
git push -u origin chore/owasp-asvs-v9

0 commit comments

Comments
 (0)