Expand description
Security module for DDEX Builder
This module provides comprehensive security measures including:
- XXE (XML External Entity) attack prevention
- Input validation and sanitization
- Path traversal prevention
- Size limits and rate limiting
- Safe XML parsing configuration
Modules§
- utils
- Security utilities
Structs§
- Input
Validator - Input validator for various data types
- Output
Sanitizer - Output safety and sanitization
- Rate
Limiter - Rate limiter for API endpoints
- Secure
Temp File - Secure temporary file handling
- Secure
XmlReader - Secure XML reader with XXE protection
- Security
Config - Security configuration for XML parsing