| Version | Supported |
|---|---|
| 2.x.x | ✅ |
| < 2.0.0 | ❌ |
We take security seriously. If you discover a security vulnerability, please follow these guidelines:
- Do not open a public issue on GitHub.
- Report security vulnerabilities by emailing the maintainer at security@ericslutz.dev.
- Include as much information as possible:
- A description of the vulnerability
- Steps to reproduce the issue
- Possible impact of the vulnerability
- Any suggested fixes (if you have them)
We will make every effort to acknowledge your report promptly.
When deploying:
- Use secrets management: Store credentials using Docker secrets or environment variables, never in code
- Network isolation: Run services in a private network
- Read-only filesystem: Mount configuration files as read-only where possible
- Non-root user: The default Docker image runs as a non-root user (UID 1000)
- Keep updated: Regularly update to the latest version to receive security patches