Please report vulnerabilities privately via GitHub's private vulnerability reporting on this repository (Security → Report a vulnerability). Do not open a public issue for security problems.
Include what you can: affected version (/VERSION or the version field of /health), deployment mode (single- vs multi-tenant), reproduction steps, and impact.
Only the latest release receives security fixes. There are no maintained release branches — update to the newest version to receive fixes.
- Security-relevant fixes are released promptly and documented under a Security heading in CHANGELOG.md.
- Dependency vulnerabilities are caught automatically: CI runs blocking dependency audits (
pip-auditfor the backend,npm auditfor the frontend) on every pull request and weekly on a schedule.
Operators should review the Admin Guide — in particular: set a strong SESSION_SECRET, set TENANT_ENCRYPTION_KEY (multi-tenant), enable SECURE_COOKIES=true behind HTTPS, and keep DEBUG=false in production.