Azure Compliance mod v0.47 - Added four new controls to the All Controls benchmark and fixed the storage_account_block_public_access query
August 2, 2024•mod
Enhancements
- Added the following controls to the
All Controls
benchmark: (#274)application_gateway_waf_uses_specified_mode
application_insights_block_log_ingestion_and_querying_from_public
log_analytics_workspace_block_log_ingestion_and_querying_from_public
log_analytics_workspace_block_non_azure_ingestion
Bug fixes
- Fixed the
storage_account_block_public_access
query to correctly check if thepublic_network_access
column of theazure_storage_account
table is correctly set todisabled
or not as per the CIS documentation. (#277)