Skip to content

Commit ae0886c

Browse files
authored
Merge pull request #344 from Sy3Omda/master
add Credentials Disclosure template to check for common secrets
2 parents 0997f03 + 684f56d commit ae0886c

File tree

6 files changed

+710
-37
lines changed

6 files changed

+710
-37
lines changed

tokens/amazon-mws-auth-token-value.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ requests:
1010
path:
1111
- "{{BaseURL}}"
1212

13-
matchers-condition: and
14-
matchers:
15-
- type: regex
16-
part: body
17-
regex:
18-
- "amzn\\.mws\\.[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
19-
2013
extractors:
2114
- type: regex
2215
part: body

tokens/aws-access-key-value.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ requests:
1010
path:
1111
- "{{BaseURL}}"
1212

13-
matchers-condition: and
14-
matchers:
15-
- type: regex
16-
part: body
17-
regex:
18-
- "(A3T[A-Z0-9]|AKIA|AGPA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}"
19-
2013
extractors:
2114
- type: regex
2215
part: body

0 commit comments

Comments
 (0)