fix(azure): correct check title for SQL Server Unrestricted (#7123)

This commit is contained in:
Gary Mclean
2025-03-07 17:24:24 +00:00
committed by GitHub
parent 12c01b437e
commit cb2f926d4f
@@ -1,7 +1,7 @@
{
"Provider": "azure",
"CheckID": "sqlserver_unrestricted_inbound_access",
"CheckTitle": "Ensure that there are no firewall rules allowing traffic from 0.0.0.0-255.255.255.255",
"CheckTitle": "Ensure no Azure SQL Databases allow ingress from 0.0.0.0/0 (ANY IP)",
"CheckType": [],
"ServiceName": "sqlserver",
"SubServiceName": "",