18 lines
558 B
JSON
18 lines
558 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|