From a0933d83d5822ef0f8d5469758a53dc4b35b974a Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Tue, 24 Sep 2019 16:50:04 +0200 Subject: [PATCH] Reworked all the SQL statements to be uppercase --- .../src/main/resources/html/SqlInjection.html | 4 ++-- .../lessonPlans/en/SqlInjection_content10.adoc | 2 +- .../lessonPlans/en/SqlInjection_content11.adoc | 2 +- .../lessonPlans/en/SqlInjection_content12a.adoc | 2 +- .../lessonPlans/en/SqlInjection_content6.adoc | 10 +++++----- .../lessonPlans/en/SqlInjection_content6c.adoc | 12 ++++++------ .../lessonPlans/en/SqlInjection_content7.adoc | 6 +++--- .../lessonPlans/en/SqlInjection_content8.adoc | 10 +++++----- .../lessonPlans/en/SqlInjection_content9.adoc | 4 ++-- .../en/SqlInjection_introduction_content11.adoc | 2 +- .../en/SqlInjection_introduction_content12.adoc | 2 +- .../en/SqlInjection_introduction_content2.adoc | 6 +++--- .../en/SqlInjection_introduction_content5_after.adoc | 6 +++--- .../en/SqlInjection_introduction_content9.adoc | 11 +++++++---- 14 files changed, 41 insertions(+), 38 deletions(-) diff --git a/webgoat-lessons/sql-injection/src/main/resources/html/SqlInjection.html b/webgoat-lessons/sql-injection/src/main/resources/html/SqlInjection.html index a4f5dd7f2..110ef126d 100644 --- a/webgoat-lessons/sql-injection/src/main/resources/html/SqlInjection.html +++ b/webgoat-lessons/sql-injection/src/main/resources/html/SqlInjection.html @@ -116,7 +116,7 @@
-
"SELECT * FROM users WHERE name = ''";
+
"SELECT * FROM USERS WHERE NAME = ''";