Files
anyllm-proxy/.gitignore
T
whit3rabbitandClaude Sonnet 4.6 e6dd396b05 fix(security): apply 2026-03-31 security audit hardening
- 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>
2026-03-31 15:56:30 -05:00

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/