We actively support the following versions with security updates:
| Version | Supported |
|---|---|
| 1.0.x | β |
| < 1.0 | β |
We take security vulnerabilities seriously. If you discover a security vulnerability, please follow these steps:
DO NOT create a public GitHub issue for security vulnerabilities.
Instead, please:
- Email: Send details to [[email protected]] or create a private vulnerability report via GitHub's security advisory feature
- Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if available)
- Acknowledgment: Within 24-48 hours
- Initial Assessment: Within 1 week
- Resolution Timeline: Depends on complexity, typically 2-4 weeks
- Credit: Security researchers will be credited (unless they prefer to remain anonymous)
This application implements:
- Authentication: ASP.NET Core Identity with secure password policies
- Authorization: Role-based access control
- Data Protection: Encrypted sensitive data storage
- HTTPS: Enforced SSL/TLS in production
- Input Validation: Protection against common attacks (XSS, SQL Injection)
- CSRF Protection: Anti-forgery tokens
- Security Headers: Implemented security headers
When deploying:
- Environment Variables: Use secure configuration management
- Database: Use strong connection strings and limit privileges
- API Keys: Never commit secrets to version control
- Updates: Keep dependencies updated
- Monitoring: Implement security logging and monitoring
Thank you for helping keep our project secure! π‘οΈ