From bc8349594653e79860188c260c3e0d65baf9a1ac Mon Sep 17 00:00:00 2001 From: Lucas Berger Date: Sat, 13 Jun 2026 08:14:54 -0400 Subject: [PATCH] chore(16-04): commit gitleaks full-history baseline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 613 commits scanned, ~23 MB of git history - Zero findings after allowlisting crypto.test.ts AES test fixture - Human-verified: single baseline finding (TEST_KEY) was a Vitest fixture, not a real credential - Baseline is empty JSON array [] — PR-diff scans in 16-05 start from clean known state --- scripts/gitleaks-baseline.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/gitleaks-baseline.json diff --git a/scripts/gitleaks-baseline.json b/scripts/gitleaks-baseline.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/scripts/gitleaks-baseline.json @@ -0,0 +1 @@ +[]