Skip to content

Commit acbf2c9

Browse files
authored
Merge pull request #490 from stacklok/rem-amazon-key
Amazon Secret Key is matching paths
2 parents a936b7a + 92631d7 commit acbf2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

signatures.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
- Amazon:
33
- Access Key: (?:A3T[A-Z0-9]|AKIA|AGPA|AIDA|AROA|AIPA|ANPA|ANVA|ASIA|ABIA|ACCA)[A-Z0-9]{16}
4-
- Secret Access Key: (?<![A-Za-z0-9\/+])[A-Za-z0-9\/+=]{40}(?![A-Za-z0-9\/+=])
4+
# - Secret Access Key: (?<![A-Za-z0-9\/+])[A-Za-z0-9\/+=]{40}(?![A-Za-z0-9\/+=])
55
# - Cognito User Pool ID: (?i)us-[a-z]{2,}-[a-z]{4,}-\d{1,}
66
- RDS Password: (?i)(rds\-master\-password|db\-password)
77
- SNS Confirmation URL: (?i)https:\/\/sns\.[a-z0-9-]+\.amazonaws\.com\/?Action=ConfirmSubscription&Token=[a-zA-Z0-9-=_]+

0 commit comments

Comments
 (0)