You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "SQL Server firewall rules should not permit start and end IP addresses to be 0.0.0.0. Setting start and end IP address to 0.0.0.0 for a SQL firewall rule allows any Azure-internal IP address to access the SQL server. Removing unfettered connectivity to a SQL server reduces the chance of exposing critical data.",
"custom": {
"providers": ["AZURE"],
"severity": "Medium"
}
}
input_type = "tf"
resource_type = "Azure.SQL.FirewallRule"
default deny = false
# If start and end IP address are both 0.0.0.0/0, the resource fails; otherwise it passes