| Version | Supported |
|---|---|
| latest | Yes |
If you discover a security vulnerability, please report it responsibly to the maintainer, Florian Wartner (Pixel & Process):
- Do not open a public issue
- Email florian@wartner.io with details
- Include steps to reproduce if possible
- Allow reasonable time for a fix before public disclosure
We will acknowledge receipt within 48 hours and aim to release a fix within 7 days for critical issues.
This project implements the following security practices:
- Input validation on all API endpoints (field whitelists, enum validation, length limits)
- 1MB body size limit on all POST/PATCH/PUT requests
- Path traversal protection on static file serving
- No hardcoded credentials or private paths in source
- Environment variables for all configurable paths
- Prototype pollution prevention via explicit field copying