From 99edda6029232a0d5000d33c6e2dc623c6e9685a Mon Sep 17 00:00:00 2001 From: Elie De Brauwer Date: Sat, 23 May 2020 17:31:13 +0200 Subject: [PATCH] XXE_plan.adoc: Typo fixes --- .../xxe/src/main/resources/lessonPlans/en/XXE_plan.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webgoat-lessons/xxe/src/main/resources/lessonPlans/en/XXE_plan.adoc b/webgoat-lessons/xxe/src/main/resources/lessonPlans/en/XXE_plan.adoc index 472150547..795787950 100644 --- a/webgoat-lessons/xxe/src/main/resources/lessonPlans/en/XXE_plan.adoc +++ b/webgoat-lessons/xxe/src/main/resources/lessonPlans/en/XXE_plan.adoc @@ -2,10 +2,10 @@ == Concept -This lesson teaches how to perform a XML External Entity attack is and how it can be abused and protected against. +This lesson teaches how to perform an XML External Entity attack and how it can be abused and protected against. == Goals * The user should have basic knowledge of XML * The user will understand how XML parsers work -* The user will learn to perform a XXE attack and how to protected against it. +* The user will learn to perform an XXE attack and how to protected against it.