Do not open a public issue. Instead, please report security vulnerabilities privately by following these steps:
- Go to the repository's Security Advisories page
- Click "Draft a new security advisory" or "Report a vulnerability"
- Describe the vulnerability in detail, including steps to reproduce and potential impact
You can also email the maintainers at security@example.com.
We aim to acknowledge receipt within 48 hours and provide an initial assessment within 5 business days.
| Version | Supported |
|---|---|
| 0.1.x | ✅ |
- All credentials are passed through environment variables only — never hardcoded
- The
.envfile is excluded from version control - Docker containers run as non-root with
read_only: true,no-new-privileges, andcap_drop: ALL - The API token is never exposed to the frontend — all Chatwoot API calls go through the backend