Security fixes are generally applied to the active development branch and included in the next release.
Please do not open public issues for security vulnerabilities.
Instead:
- Use private GitHub security reporting if enabled.
- If unavailable, contact maintainers privately with:
- A clear description of the issue
- Reproduction steps
- Potential impact
- Suggested remediation (if known)
We will acknowledge reports promptly and coordinate remediation and disclosure.
Never commit:
- API keys
- passwords
- JWT secrets
- encryption keys
.envfiles
Use environment variables for all sensitive values.