-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.guarddiffignore
More file actions
38 lines (31 loc) · 1.12 KB
/
.guarddiffignore
File metadata and controls
38 lines (31 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Self-scan policy:
# - Ignore generated/dependency outputs everywhere.
# - Ignore curated examples and fixtures because they intentionally contain risky snippets.
# - Ignore detector tests in this repository because they embed representative secret/risk literals.
# Production adopters should prefer fixtures/examples over broad test-file ignores when possible.
# Intentionally insecure examples and documentation examples.
examples/**
docs/examples/**
# Fixture directories and fixture-like files.
**/fixtures/**
**/__fixtures__/**
**/*.fixture.*
**/*.fixtures.*
GuardDiff_仕様書.md
# Rule implementations intentionally contain risky pattern literals.
packages/core/src/rules/config/firebase-open-rules.ts
packages/core/src/rules/config/firestore-open-read.ts
packages/core/src/rules/diff/auth-removed.ts
# Lockfile integrity hashes are expected high-entropy values.
package-lock.json
# Generated dependency, build, and coverage output.
node_modules/**
dist/**
packages/*/dist/**
coverage/**
packages/*/coverage/**
# Local agent/tooling artifacts should never be part of a release scan.
.aider*
.claude/**
**/*.test.ts
**/*.spec.ts