Use this section to tell people about which versions of your project are currently being supported with security updates.
| Version | Supported |
|---|---|
| 0.0.4 | ✅ |
| 0.0.3 | ✅ |
| 0.0.2 | ❌ |
| 0.0.1 | ❌ |
We take the security of awdx seriously. If you believe you have found a security vulnerability, please report it to us as described below.
- DO NOT create a public GitHub issue for the vulnerability.
- DO email us at [INSERT SECURITY EMAIL] with the subject line
[SECURITY] awdx vulnerability report. - DO provide a detailed description of the vulnerability, including:
- Type of issue (buffer overflow, SQL injection, cross-site scripting, etc.)
- Full paths of source file(s) related to the vulnerability
- The line number(s) of the code affected
- 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
- You will receive an acknowledgment within 48 hours
- We will investigate and provide updates on our progress
- We will work with you to understand and address the issue
- Once the issue is resolved, we will:
- Release a security update
- Credit you in the security advisory (unless you prefer to remain anonymous)
- Update the changelog with security information
We ask that you:
- Give us reasonable time to respond to issues before any disclosure
- Avoid accessing or modifying other users' data
- Avoid actions that could negatively impact other users' experience
- Not attempt to gain access to our servers or infrastructure
- Always use the latest version of awdx
- Keep your AWS credentials secure and rotate them regularly
- Use IAM roles with minimal required permissions
- Enable MFA on your AWS accounts
- Regularly review your AWS access logs
- Follow secure coding practices
- Validate all user inputs
- Use parameterized queries when interacting with databases
- Implement proper authentication and authorization
- Keep dependencies updated
- Run security scans on your code
awdx includes several security features:
- Credential Validation: Validates AWS credentials before use
- Permission Checking: Verifies user permissions for requested operations
- Secure Profile Management: Encrypted storage of sensitive information
- Audit Logging: Tracks all operations for security monitoring
- Input Sanitization: Prevents injection attacks
Security updates will be released as patch versions (e.g., 0.0.4.1) and will be clearly marked in the changelog. We recommend updating immediately when security patches are available.
For security-related issues, please contact:
- Security Email: [INSERT SECURITY EMAIL]
- PGP Key: [INSERT PGP KEY IF AVAILABLE]
We would like to thank all security researchers and contributors who help keep awdx secure by responsibly reporting vulnerabilities.
This section will list contributors who have reported security vulnerabilities (with their permission):
- [To be added as vulnerabilities are reported and fixed]