The main branch and the latest published Docker images receive security fixes.
Please do not open a public issue for security vulnerabilities.
Instead, report privately via GitHub Security Advisories for this repository. Include:
- A description of the vulnerability and its impact
- Steps to reproduce
- Any suggested remediation
You can expect an acknowledgement within a few days. Once a fix is available, the advisory will be published with credit to the reporter (unless you prefer to remain anonymous).
- Never deploy with the development defaults: set strong values for
SECRET_KEY,API_KEY,POSTGRES_PASSWORD, andADMIN_PASSWORD. docker-compose.prod.ymlrefuses to start without these variables set.- Keep
DEBUG=Falsein production (the default). - Restrict
ALLOWED_ORIGINSto your real frontend origins.