-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy path.semgrepignore
More file actions
44 lines (38 loc) · 1.22 KB
/
.semgrepignore
File metadata and controls
44 lines (38 loc) · 1.22 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
39
40
41
42
43
44
# Semgrep ignore file for Lonkero Security Scanner
#
# IMPORTANT: This is a SECURITY SCANNER application.
# The codebase intentionally contains:
# - Test JWT tokens (for JWT vulnerability detection)
# - Example API keys (for API key detection patterns)
# - PGP key patterns (for detecting exposed keys)
# - ws:// WebSocket URLs (for testing insecure WebSocket detection)
#
# These are NOT real secrets - they are test payloads used to scan target systems.
# ============================================
# Scanner modules contain test payloads
# ============================================
src/scanners/
# Form replay contains test tokens
src/form_replay.rs
# Payload files contain test data for vulnerability detection
src/payloads.rs
src/payloads_comprehensive.rs
src/payload_cache.rs
src/config/secrets.rs
src/detection_helpers.rs
# ============================================
# Test and example files
# ============================================
examples/
tests/
*_test.rs
test_*.rs
# ============================================
# Build artifacts
# ============================================
target/
*.rlib
# ============================================
# Generated files
# ============================================
Cargo.lock