Skip to content

Commit cb2f926

Browse files
authored
fix(azure): correct check title for SQL Server Unrestricted (#7123)
1 parent 12c01b4 commit cb2f926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prowler/providers/azure/services/sqlserver/sqlserver_unrestricted_inbound_access/sqlserver_unrestricted_inbound_access.metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Provider": "azure",
33
"CheckID": "sqlserver_unrestricted_inbound_access",
4-
"CheckTitle": "Ensure that there are no firewall rules allowing traffic from 0.0.0.0-255.255.255.255",
4+
"CheckTitle": "Ensure no Azure SQL Databases allow ingress from 0.0.0.0/0 (ANY IP)",
55
"CheckType": [],
66
"ServiceName": "sqlserver",
77
"SubServiceName": "",

0 commit comments

Comments
 (0)