Skip to content

Commit e011d48

Browse files
committed
Corrected display name for 'Blob Containers Allowing Public Access'
The test scans Blob Containers, not Storage Accounts. There is a 1:n relationship between Storage Accounts and Blob Containers.
1 parent 0c90ab9 commit e011d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ScoutSuite/providers/azure/rules/findings/storageaccount-public-blob-container.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"https://learn.microsoft.com/en-us/azure/storage/blobs/storage-manage-access-to-resources",
1919
"https://learn.microsoft.com/en-us/azure/security/benchmarks/security-controls-v2-privileged-access"
2020
],
21-
"dashboard_name": "Storage Accounts",
21+
"dashboard_name": "Blob Containers",
2222
"display_path": "storageaccounts.subscriptions.id.storage_accounts.id",
2323
"path": "storageaccounts.subscriptions.id.storage_accounts.id.blob_containers.id",
2424
"conditions": [

0 commit comments

Comments
 (0)