mirror of
https://github.com/whit3rabbit/anyllm-proxy.git
synced 2026-09-22 08:00:51 +00:00
- Use getrandom for CSPRNG HMAC secret generation - Case-insensitive admin path check prevents bypass via /Admin/, /ADMIN/ - Add TRUSTED_PROXY_DEPTH for multi-hop proxy X-Forwarded-For extraction - Add dangerous-builtin-tools feature flag with security warning - Remove repomix-output.xml, add .syntext to .gitignore Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
43 lines
361 B
Plaintext
43 lines
361 B
Plaintext
# Rust / Cargo
|
|
/target/
|
|
**/*.rs.bk
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
.syntext
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Debug
|
|
*.pdb
|
|
|
|
# Admin server artifacts
|
|
.admin_token
|
|
*.db
|
|
|
|
# TLS certificates and keys
|
|
*.p12
|
|
*.pfx
|
|
*.pem
|
|
*.key
|
|
|
|
# Tool config
|
|
.claude/
|
|
.cook/
|
|
.worktrees/
|
|
|
|
# Script caches and venv
|
|
scripts/.cache/
|
|
scripts/.venv/
|