From 41e2b1bbbae47e12cedb684f49964df77fe710c7 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sun, 26 Jul 2026 09:58:40 +0200 Subject: [PATCH] docs: update CLAUDE.md --- .claude/CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md index 37b00768..8d08beae 100644 --- a/.claude/CLAUDE.md +++ b/.claude/CLAUDE.md @@ -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