From 875f0487bd666a34161c63ba8aef1cf4eb0b17fd Mon Sep 17 00:00:00 2001 From: PhilippeSteinbach Date: Mon, 4 Feb 2019 14:52:45 +0100 Subject: [PATCH] assignment 4: specifying data type in instructions --- .../lessonPlans/en/SqlInjection_introduction_content3.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgoat-lessons/sql-injection/src/main/resources/lessonPlans/en/SqlInjection_introduction_content3.adoc b/webgoat-lessons/sql-injection/src/main/resources/lessonPlans/en/SqlInjection_introduction_content3.adoc index 9dc80c975..af56c6482 100644 --- a/webgoat-lessons/sql-injection/src/main/resources/lessonPlans/en/SqlInjection_introduction_content3.adoc +++ b/webgoat-lessons/sql-injection/src/main/resources/lessonPlans/en/SqlInjection_introduction_content3.adoc @@ -20,5 +20,5 @@ If an attacker uses a SQL injection of the DDL type to manipulate your database, ); ** This statement creates the employees example table given on page 2. -Now try to modify the scheme by adding the column "phone" to the table "employees": +Now try to modify the scheme by adding the column "phone" (varchar(20)) to the table "employees". :