| Version | Supported |
|---|---|
| 1.5.x | Yes |
| < 1.5.0 | No |
If you discover a security vulnerability in Volqan, please report it responsibly.
Do not open a public GitHub issue for security vulnerabilities.
Instead, report via one of the following methods:
- Email: Send details to the project maintainers at the contact address listed in the repository.
- GitHub Security Advisory: Use the GitHub Security Advisory form to privately report the vulnerability.
Please include:
- A description of the vulnerability and its impact
- Steps to reproduce the issue
- The affected version(s)
- Any suggested fix or mitigation (optional)
We will acknowledge receipt within 48 hours and aim to provide a fix or mitigation within 14 days.
- Always set
SESSION_SECRETto a cryptographically random value in production - Always set
CRON_SECRETto protect the cron endpoint - Always set
REDIS_URLfor multi-instance rate limiting - Use HTTPS in production (the
Securecookie flag is automatic whenNODE_ENV=production) - Keep dependencies up to date with
pnpm audit