We release patches for security vulnerabilities in the following versions:
| Version | Supported |
|---|---|
| >= 2.0.0 | ✅ |
| < 2.0.0 | ❌ |
We take security issues seriously. Please do not report security vulnerabilities via public GitHub issues.
Instead, report them privately by emailing the maintainer at hopcy.forcy@gamil.com.
You should receive a response within 48 hours. If for some reason you do not, please follow up to ensure we received your original message.
- Description of the vulnerability
- Steps to reproduce (if applicable)
- Potential impact
- Suggested fix (if any)
- Your contact information for follow-up
When we receive a security report, we will:
- Confirm receipt within 48 hours.
- Assess the issue and determine affected versions.
- Develop and test a fix.
- Release a security patch as soon as possible, coordinated with the disclosure date (typically 90 days after the report).
We believe in coordinated disclosure and will work with reporters to determine an appropriate timeline for public disclosure.
- Always use environment variables for secrets (database URLs, API keys).
- Set
DEBUG=Falsein production (nexyconfig.py). - Use HTTPS in production (configure via
nexyconfig.pyor a reverse proxy). - Keep your Nexy version up to date.
For non-security bugs, please open a GitHub issue.