Commit 0e9fe2e
chore(security): allowlist two historical false-positive gitleaks findings
The local pre-push hook runs full-history `gitleaks detect` (CI is
path-filtered, so these slipped past on unrelated pushes). Two findings live
only in old commit diffs; both current files are already clean:
- add-service-to-compose.mdx: a Meilisearch example MEILI_MASTER_KEY value
before it became the `<set-from-your-secret-manager>` placeholder.
- Auth.session.mutations.utils.test.ts: fixture token `abcdef1234567890`,
since changed to `test-challenge-token-stub`.
Pin both by fingerprint in .gitleaksignore — narrowly scoped to these exact
commits/lines; rules stay active everywhere else and for HEAD. Verified
`gitleaks detect` (v8.30.1, the CI-pinned version) now reports no leaks.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 85d4ef4 commit 0e9fe2e
1 file changed
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments