save progress
This commit is contained in:
17
offline/rules/secrets/sources/sendgrid-api-key.json
Normal file
17
offline/rules/secrets/sources/sendgrid-api-key.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"id": "stellaops.secrets.sendgrid-api-key",
|
||||
"version": "1.0.0",
|
||||
"name": "SendGrid API Key",
|
||||
"description": "Detects SendGrid API keys",
|
||||
"type": "regex",
|
||||
"pattern": "SG\\.[A-Za-z0-9_-]{22}\\.[A-Za-z0-9_-]{43}",
|
||||
"severity": "high",
|
||||
"confidence": "high",
|
||||
"keywords": ["SG.", "sendgrid"],
|
||||
"filePatterns": ["*.yml", "*.yaml", "*.json", "*.env", "*.properties", "*.config"],
|
||||
"enabled": true,
|
||||
"tags": ["sendgrid", "email", "credentials", "api-key"],
|
||||
"references": [
|
||||
"https://docs.sendgrid.com/ui/account-and-settings/api-keys"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user