We release patches for security vulnerabilities in the following versions:
| Version | Supported |
|---|---|
| Latest | ✅ |
| < Latest | ❌ |
Please do not report security vulnerabilities through public GitHub issues.
Instead, please report them via GitHub's private vulnerability reporting feature:
- Go to the repository's Security tab
- Click "Report a vulnerability"
- Fill out the form with details
- Type of issue (e.g., credential exposure, insecure defaults)
- Full paths of source file(s) related to the issue
- Location of the affected source code (tag/branch/commit or direct URL)
- Step-by-step instructions to reproduce the issue
- Proof-of-concept or exploit code (if possible)
- Impact of the issue
- Initial Response: Within 48 hours
- Status Update: Within 7 days
- Resolution: Depends on severity and complexity
When using our modules:
- Never commit secrets - Use environment variables or secret managers
- Pin versions - Always specify module versions
- Review changes - Check
terraform planoutput before applying - Use remote state - With encryption and access controls
- Enable logging - For audit trails
All our modules are scanned with:
We appreciate responsible disclosure and will acknowledge security researchers who help improve our modules.