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

Co-authored-by: Gary Mclean <gary.mclean@krrv.io>
This commit is contained in:
Prowler Bot
2025-03-07 19:17:28 +01:00
committed by GitHub
parent e0f412521b
commit 4b00aac812
@@ -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": "",