We take the security of all tools seriously. If you believe you have found a security vulnerability, please report it to us as described below.
Please do not report security vulnerabilities through public GitHub issues.
Instead, please report them by sending an email to the AWS Security team. See AWS Vulnerability Reporting for details.
Please include the following information in your report:
- Type of issue (e.g., buffer overflow, SQL injection, cross-site scripting, etc.)
- Full paths of source file(s) related to the manifestation of the issue
- The location of the affected source code (tag/branch/commit or direct URL)
- Any special configuration required to reproduce the issue
- Step-by-step instructions to reproduce the issue
- Proof-of-concept or exploit code (if possible)
- Impact of the issue, including how an attacker might exploit it
When using any of the tools:
-
Environment Variables: Never commit sensitive environment variables. Use
.envfiles (excluded from git) or secure secret management. -
Use the most restrictive IAM policy permissions possible. For all tools, use IAM policies with least-privilege.
We actively monitor and update dependencies to address security vulnerabilities:
- Dependabot: Automated dependency updates via GitHub Dependabot
- Regular Audits: Periodic review of tool dependency trees for security issues
Security updates are made on a tool-by-tool basis.
This project is licensed under the MIT-0 License. See LICENSE for details.