correct template id name collisions
parent
e43e20880d
commit
7bbb9de484
|
@ -1,4 +1,4 @@
|
|||
id: credentials-disclosure
|
||||
id: credentials-disclosure-file
|
||||
|
||||
# Extract secrets regex like api keys, password, token, etc ... for different services
|
||||
# Always validate the leaked key/tokens/passwords to make sure it's valid, a token/keys without any impact is not an valid issue.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
id: google-api-key
|
||||
id: google-api-key-file
|
||||
|
||||
info:
|
||||
name: Google API key
|
||||
|
@ -13,4 +13,4 @@ file:
|
|||
extractors:
|
||||
- type: regex
|
||||
regex:
|
||||
- "AIza[0-9A-Za-z\\-_]{35}"
|
||||
- "AIza[0-9A-Za-z\\-_]{35}"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
id: sendgrid-api-key
|
||||
id: sendgrid-api-key-file
|
||||
|
||||
info:
|
||||
name: Sendgrid API Key
|
||||
|
@ -13,4 +13,4 @@ file:
|
|||
extractors:
|
||||
- type: regex
|
||||
regex:
|
||||
- "SG\\.[a-zA-Z0-9]{22}\\.[a-zA-Z0-9]{43}"
|
||||
- "SG\\.[a-zA-Z0-9]{22}\\.[a-zA-Z0-9]{43}"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
id: api-googlespeedlimit
|
||||
id: api-google-place-details
|
||||
|
||||
info:
|
||||
name: Google Place Details API Test
|
||||
|
|
Loading…
Reference in New Issue