-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
121 lines (105 loc) · 1.88 KB
/
.gitignore
File metadata and controls
121 lines (105 loc) · 1.88 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
*.egg
# Environment
.env
.venv/
venv/
# IDE
.vscode/
.idea/
*.swp
*.swo
# AI/session artifacts
tmpclaude-*
.claude/
CLAUDE.md
CVE_GEN_V2_AGENT_INSTRUCTIONS.xml
benchmark_agent.py
# Data / Index directories (regenerated)
.chroma/
.codemap/
.codemap-raw/
.envoy-index/
.juice-shop-index/
.nginx-index/
.vulnrag/
src/appmapper/ui/.appmapper_index/
# Cloned repos
repos/
juice-shop/
src/appmapper/ui/.repos/
# Logs
*.log
# Scan results / output
scan_result*.json
*-scan-results.json
*-scan.json
test_output.json
routes_v2.json
# Credentials / cookies
cookies.txt
*cookies*.txt
csrf.txt
# Windows artifacts
nul
Thumbs.db
desktop.ini
# Batch scripts (may contain local paths or keys)
*.bat
# Research notes, blog posts, findings (not core)
ARDUPILOT_CVE_FINDING.md
BLOG_*.md
STATE_OF_THE_ART_RESEARCH_NOTES.md
ETL_RAG_VULNERABILITY_RESEARCH_PLAN.md
FINDINGS_RAG_ARCHITECTURE.md
FINDING_VALIDATION_STANDARD_*.md
OVERPOWERED_DESIGN_DOC.md
TOOL_RECOMMENDATIONS.md
cal-com-*.md
APPMAPPER_CVEGEN_INTEGRATION.md
CVE_GEN_V2_IMPLEMENTATION_ROADMAP.md
CVE_GEN_V2_UPGRADE_SPEC.md
VULNRAG_API_REFERENCE.md
VULNRAG_INTEGRATION.md
# CVE-Gen specific docs (not AppMapper)
docs/CVE_GEN_IMPROVEMENTS.md
# One-off scripts
index_envoy.py
index_nginx.py
index_protocol_targeted.py
query_envoy.py
query_envoy_security.py
query_nginx.py
query_protocol.py
query_vulnrag.py
envoy_index_config.yaml
test_classifier_api.py
# Non-core modules (separate projects / deprecated)
src/vulnrag/
src/threatmodel/
src/web/
src/query/
# Research / validation directories
argo-hunt/
istio-hunt/
envoy-deep-dive/
envoy-exploit-test/
envoy-validation/
traefik-exploit-test/
traefik-validation/
nginx-validation/
haproxy-validation/
caddy-validation/
hardened-bypass-test/
apisix-exploit-test/
roxy-wi-findings/
proxy-bypass-scanner/
vuln-research-framework/
# Generated reports
*-report.html