From c81d6151df4e927fe582ccea297e0906a5607f5a Mon Sep 17 00:00:00 2001 From: asukumar22 <70966383+asukumar22@users.noreply.github.com> Date: Tue, 17 Sep 2024 07:12:44 -0700 Subject: [PATCH 1/2] Update network_appdelivery_checklist.en.json Edited the order for an item, graph or ARG comes after severity --- checklists/network_appdelivery_checklist.en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/checklists/network_appdelivery_checklist.en.json b/checklists/network_appdelivery_checklist.en.json index fb8366a3d..acc60ba01 100644 --- a/checklists/network_appdelivery_checklist.en.json +++ b/checklists/network_appdelivery_checklist.en.json @@ -183,8 +183,9 @@ "id": "A01.37", "ammp": true, "severity": "High", - "link": "https://learn.microsoft.com/azure/web-application-firewall/ag/bot-protection", "graph": "resources | where type == 'microsoft.network/applicationgatewaywebapplicationfirewallpolicies' | mv-expand properties.managedRules.managedRuleSets | project id, rulesettype = properties_managedRules_managedRuleSets.ruleSetType | extend compliant1 = (rulesettype == 'Microsoft_BotManagerRuleSet') | project id, compliant1 | summarize compliant = max(compliant1) by id" + "link": "https://learn.microsoft.com/azure/web-application-firewall/ag/bot-protection", + }, { "category": "Network Topology and Connectivity", From 70f53576bc34431c4614e43d25bdd24210733ef6 Mon Sep 17 00:00:00 2001 From: asukumar22 <70966383+asukumar22@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:23:42 -0700 Subject: [PATCH 2/2] Update network_appdelivery_checklist.en.json Added comma to the end of ARG query line --- checklists/network_appdelivery_checklist.en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checklists/network_appdelivery_checklist.en.json b/checklists/network_appdelivery_checklist.en.json index acc60ba01..3b1c7d7ee 100644 --- a/checklists/network_appdelivery_checklist.en.json +++ b/checklists/network_appdelivery_checklist.en.json @@ -183,7 +183,7 @@ "id": "A01.37", "ammp": true, "severity": "High", - "graph": "resources | where type == 'microsoft.network/applicationgatewaywebapplicationfirewallpolicies' | mv-expand properties.managedRules.managedRuleSets | project id, rulesettype = properties_managedRules_managedRuleSets.ruleSetType | extend compliant1 = (rulesettype == 'Microsoft_BotManagerRuleSet') | project id, compliant1 | summarize compliant = max(compliant1) by id" + "graph": "resources | where type == 'microsoft.network/applicationgatewaywebapplicationfirewallpolicies' | mv-expand properties.managedRules.managedRuleSets | project id, rulesettype = properties_managedRules_managedRuleSets.ruleSetType | extend compliant1 = (rulesettype == 'Microsoft_BotManagerRuleSet') | project id, compliant1 | summarize compliant = max(compliant1) by id", "link": "https://learn.microsoft.com/azure/web-application-firewall/ag/bot-protection", },