diff --git a/checklists/afd_checklist.en.json b/checklists/afd_checklist.en.json index 7f76ab13c..ca4d52336 100644 --- a/checklists/afd_checklist.en.json +++ b/checklists/afd_checklist.en.json @@ -186,7 +186,8 @@ "guid": "17ba124b-127d-42b6-9322-388d5b2bbcfc", "id": "A01.29", "severity": "High", - "link": "https://learn.microsoft.com/azure/web-application-firewall/ag/application-gateway-waf-request-size-limits#request-body-inspection" + "graph" : 'resources | where type =~ 'microsoft.network/frontdoorwebapplicationfirewallpolicies' | where properties['policySettings']['requestBodyCheck'] =~ 'Enabled'| extend compliant = properties['policySettings']['requestBodyCheck'] =~ 'Enabled' | distinct id, name, compliant', + "link": "https://learn.microsoft.com/azure/web-application-firewall/shared/waf-azure-policy#require-request-inspection" }, { "category": "Network Topology and Connectivity", @@ -514,4 +515,4 @@ "waf": "all", "timestamp": "September 23, 2024" } -} \ No newline at end of file +}