The RedDevs team takes the security of our platform seriously. We appreciate your efforts to responsibly disclose any security vulnerabilities you may find.
If you believe you've discovered a security vulnerability in RedDevs, please follow these steps:
- Do not disclose the vulnerability publicly until it has been addressed by our team.
- Send details of the vulnerability to [email protected] including:
- A description of the vulnerability
- Steps to reproduce the issue
- Potential impact of the vulnerability
- Any suggestions for remediation if available
We will acknowledge receipt of your vulnerability report within 48 hours and provide a more detailed response within 5 business days, indicating the next steps in handling your submission.
Once a vulnerability is reported and confirmed, we follow these steps:
- Confirm receipt of the vulnerability report
- Assess the severity and impact
- Develop and test a fix
- Release a security update
- Notify users about the vulnerability and update
We currently provide security updates for the following versions of RedDevs:
| Version | Supported |
|---|---|
| 0.1.x | ✅ |
RedDevs implements several security measures to protect user data and ensure platform integrity:
- Secure password handling with bcrypt hashing
- Email verification for new accounts
- Magic Link authentication option
- Password recovery system with secure token management
- HTTPS for all communications
- PostgreSQL database with secure configurations
- Environment-based configuration for sensitive data (via
.envfiles) - Input validation and sanitization
- Regular updates of dependencies to patch known vulnerabilities
- Security audits of third-party packages
If you're contributing to RedDevs, please follow these security best practices:
- Never commit sensitive information such as API keys, passwords, or tokens to the repository
- Use environment variables (see
.env.example) for configuration - Validate and sanitize all user inputs
- Follow the principle of least privilege when designing new features
- Write tests that cover security-critical paths
We'd like to thank all security researchers and community members who have helped improve RedDevs' security. Contributors who report valid security issues will be acknowledged (with their permission) once the issue has been resolved.
This security policy is subject to change. Last updated: 2025-07-01