From b22deec5b8d598002a80ff32a9975e8af971b88d Mon Sep 17 00:00:00 2001 From: Max Geldner Date: Tue, 20 Nov 2018 10:42:15 +0100 Subject: [PATCH] Added quick fix description to code editor assignment --- .../resources/lessonPlans/en/SqlInjection_jdbc_newcode.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webgoat-lessons/sql-injection/src/main/resources/lessonPlans/en/SqlInjection_jdbc_newcode.adoc b/webgoat-lessons/sql-injection/src/main/resources/lessonPlans/en/SqlInjection_jdbc_newcode.adoc index c1eab868c..7198be855 100644 --- a/webgoat-lessons/sql-injection/src/main/resources/lessonPlans/en/SqlInjection_jdbc_newcode.adoc +++ b/webgoat-lessons/sql-injection/src/main/resources/lessonPlans/en/SqlInjection_jdbc_newcode.adoc @@ -15,3 +15,5 @@ try { System.out.println("Oops. Something went wrong!"); } ------------------------------------------------------- + +Now type your solution in the editor window down below (if you can't type there it might help to adjust the size of your browser window once, then it should work):