The following versions of this project are currently supported with security updates:
| Version | Supported |
|---|---|
| 1.0.x | ✅ |
If you discover a security vulnerability, please send an email to coderooz@gmail.com. All security vulnerabilities will be promptly addressed.
Please include the following:
- Description of the vulnerability
- Steps to reproduce the issue
- Potential impact of the vulnerability
- Any possible fixes (if known)
When using this application:
- Keep your Node.js and dependencies up to date
- Use strong MongoDB connection credentials
- Never commit sensitive data to the repository
- Use environment variables for secrets (see
.env.example) - Validate and sanitize all user inputs
- Implement proper authentication for production use