docs: update CLAUDE.md

This commit is contained in:
Henrique Dias 2026-07-26 09:58:40 +02:00
parent 41b01a7404
commit 41e2b1bbba
No known key found for this signature in database

View file

@ -68,7 +68,7 @@ Record, per advisory: verdict, the `file:line` evidence, exploitability precondi
## 4. Add a regression test per fix
- Reuse the existing harnesses; add a focused test asserting the fixed behavior (and that the legitimate
path still works). Commit tests alongside or right after the fixes (`test(scope): …`, `Refs GHSA-…`).
path still works). Commit tests alongside the fixes (`test(scope): …`, `Refs GHSA-…`).
- Run `go test ./... && go vet ./...` before finishing.
## 5. Severity — set a CVSS vector, don't hand-assert