forked from mirrors/kingfisher
63 lines
1.7 KiB
YAML
63 lines
1.7 KiB
YAML
rules:
|
|
- name: SettleMint Personal Access Token
|
|
id: kingfisher.settlemint.1
|
|
pattern: |
|
|
(?x)
|
|
\b
|
|
(
|
|
sm_pat_[A-Za-z0-9]{16}
|
|
)
|
|
\b
|
|
pattern_requirements:
|
|
min_digits: 2
|
|
min_uppercase: 1
|
|
min_lowercase: 4
|
|
min_entropy: 3.2
|
|
confidence: medium
|
|
examples:
|
|
- SETTLEMINT_ACCESS_TOKEN=sm_pat_A1b2C3d4E5f6G7h8
|
|
- settlemint connect --pat=sm_pat_Z9y8X7w6V5u4T3s2
|
|
references:
|
|
- https://console.settlemint.com/documentation/blockchain-platform/platform-components/security-and-authentication/personal-access-tokens
|
|
|
|
- name: SettleMint Application Access Token
|
|
id: kingfisher.settlemint.2
|
|
pattern: |
|
|
(?x)
|
|
\b
|
|
(
|
|
sm_aat_[A-Za-z0-9]{16}
|
|
)
|
|
\b
|
|
pattern_requirements:
|
|
min_digits: 2
|
|
min_uppercase: 1
|
|
min_lowercase: 4
|
|
min_entropy: 3.2
|
|
confidence: medium
|
|
examples:
|
|
- BLOCKSCOUT_SETTLEMINT_APPLICATION_ACCESS_TOKEN=sm_aat_A1b2C3d4E5f6G7h8
|
|
- 'x-auth-token: sm_aat_Z9y8X7w6V5u4T3s2'
|
|
references:
|
|
- https://console.settlemint.com/documentation/blockchain-platform/platform-components/security-and-authentication/application-access-tokens
|
|
|
|
- name: SettleMint Service Access Token
|
|
id: kingfisher.settlemint.3
|
|
pattern: |
|
|
(?x)
|
|
\b
|
|
(
|
|
sm_sat_[A-Za-z0-9]{16}
|
|
)
|
|
\b
|
|
pattern_requirements:
|
|
min_digits: 2
|
|
min_uppercase: 1
|
|
min_lowercase: 4
|
|
min_entropy: 3.2
|
|
confidence: medium
|
|
examples:
|
|
- SETTLEMINT_SERVICE_TOKEN=sm_sat_A1b2C3d4E5f6G7h8
|
|
- 'Authorization: Bearer sm_sat_Z9y8X7w6V5u4T3s2'
|
|
references:
|
|
- https://console.settlemint.com/documentation
|