Enable Discovery debug logging for production troubleshooting
- Add DISCOVERY_LOG_LEVEL=debug - Add DISCOVERY_SHOW_PROGRESS=true - Temporary changes for debugging InitializerProcessor fixes on production
This commit is contained in:
31
docs/claude/security-patterns.md
Normal file
31
docs/claude/security-patterns.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# Security Patterns
|
||||
|
||||
This guide covers security best practices and patterns used in the framework.
|
||||
|
||||
## OWASP Event Integration
|
||||
|
||||
TODO: Document OWASP security event handling
|
||||
|
||||
## Web Application Firewall (WAF)
|
||||
|
||||
TODO: Document WAF usage and configuration
|
||||
|
||||
## Authentication & Authorization
|
||||
|
||||
TODO: Document auth patterns and IP-based authentication
|
||||
|
||||
## CSRF Protection
|
||||
|
||||
TODO: Document CSRF token handling
|
||||
|
||||
## Security Headers
|
||||
|
||||
TODO: Document security headers configuration
|
||||
|
||||
## Input Validation
|
||||
|
||||
TODO: Document input validation and sanitization
|
||||
|
||||
## Security Best Practices
|
||||
|
||||
TODO: List general security guidelines
|
||||
Reference in New Issue
Block a user