| Version | Supported |
|---|---|
| 0.1.x | ✅ |
If you discover a security vulnerability in NetWeave, please report it responsibly.
Do NOT open a public GitHub issue for security vulnerabilities.
Instead, please email mi7chal.dev@gmail.com with:
- A description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
You should receive a response within 48 hours. Author will work with you to understand and address the issue before any public disclosure.
- Always set
ENCRYPTION_KEYto a random 64-character hex string (openssl rand -hex 32). - Always set
SESSION_SECRETto a strong random value (openssl rand -hex 32). - Use HTTPS in production and set
SESSION_SECURE_COOKIE=true. - Do not expose the database port to the public network.
- Rotate secrets periodically and after any suspected compromise.