Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit cfbca42

Browse files
Merge pull request #569 from stacklok/fix-secret-aws-access-key
fix: Add back support for matching AWS SECRET ACCESS KEY
2 parents fbff397 + 6e9c85d commit cfbca42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

signatures.yaml

Lines changed: 1 addition & 1 deletion
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+=][A-Za-z0-9/+=]{38}[A-Za-z0-9+=](?![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)