From 98d17433f140f03afe8ac61a00aa9e0172a9baad Mon Sep 17 00:00:00 2001 From: Elie De Brauwer Date: Sun, 24 May 2020 17:48:20 +0200 Subject: [PATCH] HTML Tampering mitigation: Typo fixes --- .../resources/lessonPlans/en/HtmlTampering_Mitigation.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webgoat-lessons/html-tampering/src/main/resources/lessonPlans/en/HtmlTampering_Mitigation.adoc b/webgoat-lessons/html-tampering/src/main/resources/lessonPlans/en/HtmlTampering_Mitigation.adoc index fa4dd030a..631fbe0ae 100755 --- a/webgoat-lessons/html-tampering/src/main/resources/lessonPlans/en/HtmlTampering_Mitigation.adoc +++ b/webgoat-lessons/html-tampering/src/main/resources/lessonPlans/en/HtmlTampering_Mitigation.adoc @@ -5,8 +5,8 @@ accepted the input as a given and did not calculate the price again. One of the the price of the television in your database and calculate the total price again. -In a real application you should never rely on client side validation it is important to verify all the input -send by the client. Always remember: **NEVER TRUST INPUT SEND BY A CLIENT.** +In a real application you should never rely on client side validation. It is important to verify all the input +sent by the client. Always remember: **NEVER TRUST INPUT SENT BY A CLIENT.** '''' ==== References