We actively support the following versions with security updates:
| Version | Supported |
|---|---|
| Latest | ✅ |
| < Latest | ❌ |
If you discover a security vulnerability, please follow these steps:
- Do not open a public GitHub issue
- Email the maintainers directly or open a GitHub Security Advisory
- Include the following information:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
We will acknowledge receipt of your report within 48 hours and provide an update on the status of the vulnerability within 7 days.
When using this project:
- Keep dependencies up to date
- Review and rotate AWS credentials regularly
- Use least-privilege IAM policies
- Enable CloudWatch logging and monitoring
- Review security scan results from CI/CD pipelines
- Never commit credentials or secrets to the repository
This project uses automated security scanning:
- GitHub Dependabot - Weekly dependency updates
- CodeQL - Static analysis on every push
- Bandit - Python security linting
- Safety - Dependency vulnerability checks
All security checks must pass before code can be merged.