forked from mirrors/kingfisher
19 lines
523 B
YAML
19 lines
523 B
YAML
rules:
|
|
- name: Login with Amazon OAuth Client ID
|
|
id: kingfisher.amazonoauth.1
|
|
pattern: |
|
|
(?x)
|
|
\b
|
|
(
|
|
amzn1\.application-oa2-client\.[a-f0-9]{20,40}
|
|
)
|
|
\b
|
|
pattern_requirements:
|
|
min_digits: 4
|
|
min_entropy: 3.0
|
|
confidence: high
|
|
categories: [api, key]
|
|
examples:
|
|
- 'AMAZON_CLIENT_ID=amzn1.application-oa2-client.1a2b3c4d5e6f7890abcdef1234567890'
|
|
references:
|
|
- https://developer.amazon.com/docs/login-with-amazon/authorization-code-grant.html
|