| Version | Supported |
|---|---|
main branch (latest deployed tag) |
Yes |
| Older tags / forks | Best effort |
Please do not open a public issue for security-sensitive reports.
Instead, contact the repository maintainers using GitHub private vulnerability reporting:
- Open the repository on GitHub.
- Select Security → Private vulnerability reporting (if enabled by the maintainer).
- Or use repository contact links from the profile or README if provided.
Include:
- A short description of the issue and its impact
- Steps to reproduce (or proof-of-concept)
- Affected paths, versions, or deployment context if known
We aim to acknowledge valid reports promptly; resolution timelines depend on severity and workload.
Production deployments should additionally:
- Rotate database credentials and use least-privilege DB roles
- Restrict
ALLOWED_ORIGINSto known front-end origins - Run behind TLS termination and trusted reverse proxies
- Keep dependencies patched (
npm audit, image rebuilds)
For local development defaults, refer to README.md and .env.example.