save progress

This commit is contained in:
StellaOps Bot
2026-01-04 14:54:52 +02:00
parent c49b03a254
commit 3098e84de4
132 changed files with 19783 additions and 31 deletions

View File

@@ -0,0 +1,17 @@
{
"id": "stellaops.secrets.azure-storage-key",
"version": "1.0.0",
"name": "Azure Storage Account Key",
"description": "Detects Azure Storage Account access keys (base64 encoded, 88 chars)",
"type": "regex",
"pattern": "(?i)(?:AccountKey|azure[_-]?storage[_-]?key)['\"]?\\s*[:=]\\s*['\"]?([A-Za-z0-9+/]{86}==)['\"]?",
"severity": "critical",
"confidence": "high",
"keywords": ["AccountKey", "azure_storage", "DefaultEndpointsProtocol"],
"filePatterns": ["*.yml", "*.yaml", "*.json", "*.env", "*.properties", "*.config", "*.tf", "*.tfvars", "appsettings.json", "web.config"],
"enabled": true,
"tags": ["azure", "cloud", "credentials", "storage"],
"references": [
"https://docs.microsoft.com/en-us/azure/storage/common/storage-account-keys-manage"
]
}