You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We release patches for security vulnerabilities. Currently supported versions:
6
+
7
+
| Version | Supported |
8
+
| ------- | ------------------ |
9
+
| 0.x.x |:white_check_mark:|
10
+
11
+
## Reporting a Vulnerability
12
+
13
+
We take the security of aws-local-sync seriously. If you believe you have found a security vulnerability, please report it to us as described below.
14
+
15
+
### How to Report
16
+
17
+
Please report security vulnerabilities through GitHub's security advisory feature:
18
+
19
+
1. Go to the [Security tab](https://github.com/jakec-dev/aws-local-sync/security) of this repository
20
+
2. Click on "Report a vulnerability"
21
+
3. Fill out the form with details about the vulnerability
22
+
23
+
### What to Include
24
+
25
+
Please include the following information:
26
+
27
+
- Type of issue (e.g., buffer overflow, SQL injection, cross-site scripting, etc.)
28
+
- Full paths of source file(s) related to the manifestation of the issue
29
+
- The location of the affected source code (tag/branch/commit or direct URL)
30
+
- Any special configuration required to reproduce the issue
31
+
- Step-by-step instructions to reproduce the issue
32
+
- Proof-of-concept or exploit code (if possible)
33
+
- Impact of the issue, including how an attacker might exploit it
34
+
35
+
### Response Timeline
36
+
37
+
- We will acknowledge receipt of your vulnerability report within 48 hours
38
+
- We will send a more detailed response within 5 business days indicating the next steps
39
+
- We will keep you informed about the progress towards a fix and full announcement
40
+
- We may ask for additional information or guidance during the process
41
+
42
+
## Security Best Practices
43
+
44
+
When using aws-local-sync:
45
+
46
+
1.**AWS Credentials**: Never commit AWS credentials to version control. Use environment variables or AWS credential files
47
+
2.**IAM Permissions**: Follow the principle of least privilege when configuring IAM roles and policies
48
+
3.**Dependencies**: Keep dependencies up to date using Dependabot alerts
49
+
4.**Binary Verification**: Verify checksums of downloaded binaries when available
50
+
51
+
## Security Updates
52
+
53
+
Security updates will be released as patch versions and announced through:
54
+
- GitHub Releases
55
+
- Security Advisories on this repository
56
+
57
+
## Acknowledgments
58
+
59
+
We appreciate the security research community's efforts in helping keep aws-local-sync secure. Contributors who report valid security issues will be acknowledged in our release notes (unless they prefer to remain anonymous).
0 commit comments