save progress
This commit is contained in:
17
offline/rules/secrets/sources/twilio-api-key.json
Normal file
17
offline/rules/secrets/sources/twilio-api-key.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"id": "stellaops.secrets.twilio-api-key",
|
||||
"version": "1.0.0",
|
||||
"name": "Twilio API Key",
|
||||
"description": "Detects Twilio API Key SIDs and Auth Tokens",
|
||||
"type": "regex",
|
||||
"pattern": "(?:SK[a-f0-9]{32}|AC[a-f0-9]{32})",
|
||||
"severity": "high",
|
||||
"confidence": "high",
|
||||
"keywords": ["SK", "AC", "twilio", "TWILIO"],
|
||||
"filePatterns": ["*.yml", "*.yaml", "*.json", "*.env", "*.properties", "*.config"],
|
||||
"enabled": true,
|
||||
"tags": ["twilio", "messaging", "sms", "credentials", "api-key"],
|
||||
"references": [
|
||||
"https://www.twilio.com/docs/iam/keys/api-key"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user