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
$testResultMarkdown="✅ All Azure Front Door WAF policies attached to Azure Front Door have request body inspection enabled.`n`n%TestResult%"
104
+
$testResultMarkdown="✅ All Azure Front Door WAF policies attached to Azure Front Door are enabled, running in Prevention mode, and have request body inspection enabled.`n`n%TestResult%"
96
105
}
97
106
else {
98
-
$testResultMarkdown="❌ One or more Azure Front Door WAF policies attached to Azure Front Door have request body inspection disabled.`n`n%TestResult%"
107
+
$testResultMarkdown="❌ One or more Azure Front Door WAF policies attached to Azure Front Door are disabled, running in Detection mode, or have request body inspection disabled, leaving applications vulnerable to body-based attacks that bypass WAF rule evaluation.`n`n%TestResult%"
0 commit comments