Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions checklists/afd_checklist.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -514,4 +515,4 @@
"waf": "all",
"timestamp": "September 23, 2024"
}
}
}