| Version | Supported |
|---|---|
| latest | ✅ |
If you discover a security vulnerability, please:
- DO NOT open a public issue
- Email the maintainers with details
- Include steps to reproduce if possible
- Allow reasonable time for a fix before disclosure
This application implements several security measures:
- File type validation (only images allowed)
- File size limits (50MB max)
- MIME type checking
- Rate limiting (10 requests/minute per IP)
- CORS configuration
- Security headers (X-Frame-Options, CSP, etc.)
- No persistent storage of uploaded images
- Memory-only processing
- Automatic cleanup after processing
- Regular dependency updates
- Security patches applied promptly
- Automated vulnerability scanning
- Always use HTTPS in production
- Set
ALLOWED_ORIGINto your specific domain - Monitor rate limiting effectiveness
- Keep dependencies updated
- Review logs for suspicious activity