From 79ebc1c339878e498f98e17b5d309551db9340aa Mon Sep 17 00:00:00 2001 From: asukumar22 <70966383+asukumar22@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:43:25 -0700 Subject: [PATCH 1/2] Update network_appdelivery_checklist.en.json wrong documentation was added earlier pointing to app gateway WAF and corrected it with front door WAF --- checklists/network_appdelivery_checklist.en.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/checklists/network_appdelivery_checklist.en.json b/checklists/network_appdelivery_checklist.en.json index 865b67d2d..9b14faf26 100644 --- a/checklists/network_appdelivery_checklist.en.json +++ b/checklists/network_appdelivery_checklist.en.json @@ -132,8 +132,7 @@ "id": "A01.11", "severity": "Medium", "training": "https://learn.microsoft.com/learn/paths/secure-networking-infrastructure/", - "link": "https://learn.microsoft.com/azure/web-application-firewall/ag/ag-overview" - }, + "link": "https://learn.microsoft.com/en-us/azure/web-application-firewall/afds/afds-overview" { "category": "Network Topology and Connectivity", "subcategory": "App delivery", @@ -825,4 +824,4 @@ "waf": "all", "timestamp": "March 15, 2024" } -} \ No newline at end of file +} From e34bff5c5f0dd72dec592dd00aa28b5bf606e227 Mon Sep 17 00:00:00 2001 From: Jose Moreno Date: Wed, 14 Aug 2024 09:24:27 +0200 Subject: [PATCH 2/2] Fixing missing curly bracket --- checklists/network_appdelivery_checklist.en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/checklists/network_appdelivery_checklist.en.json b/checklists/network_appdelivery_checklist.en.json index 9b14faf26..6bdea09bb 100644 --- a/checklists/network_appdelivery_checklist.en.json +++ b/checklists/network_appdelivery_checklist.en.json @@ -133,6 +133,7 @@ "severity": "Medium", "training": "https://learn.microsoft.com/learn/paths/secure-networking-infrastructure/", "link": "https://learn.microsoft.com/en-us/azure/web-application-firewall/afds/afds-overview" + }, { "category": "Network Topology and Connectivity", "subcategory": "App delivery",