We release patches for security vulnerabilities. Currently supported versions:
| Version | Supported |
|---|---|
| latest | ✅ |
If you discover a security vulnerability, please report it by:
- DO NOT open a public issue
- Email the maintainer or open a private security advisory on GitHub
- Include detailed information:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
When using this project:
- API Tokens: Store GitHub tokens in
.envfile (never commit to git) - Rate Limiting: Built-in rate limiting protects against abuse
- Input Validation: All user inputs are validated and sanitized
- Dependencies: Keep dependencies updated regularly
- Redis: If using Redis, secure it with password and firewall rules
- Initial Response: Within 48 hours
- Status Update: Within 1 week
- Fix Release: Depends on severity (critical issues prioritized)
When we receive a security report:
- Confirm the issue and determine affected versions
- Prepare patches for supported versions
- Release security updates
- Publicly disclose the vulnerability after patch is available
Thank you for helping keep this project secure!