From 27947cca9612f5cdbb536c257bf8085689fd47f2 Mon Sep 17 00:00:00 2001 From: mayhew64 Date: Wed, 8 Feb 2017 00:01:44 -0500 Subject: [PATCH] Fixed the SQL Injection to return results upon success --- .../src/main/resources/plugin/i18n/WebGoatLabels.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webgoat-lessons/sql-injection/src/main/resources/plugin/i18n/WebGoatLabels.properties b/webgoat-lessons/sql-injection/src/main/resources/plugin/i18n/WebGoatLabels.properties index 93f845687..26d7d4112 100644 --- a/webgoat-lessons/sql-injection/src/main/resources/plugin/i18n/WebGoatLabels.properties +++ b/webgoat-lessons/sql-injection/src/main/resources/plugin/i18n/WebGoatLabels.properties @@ -8,11 +8,11 @@ SqlStringInjectionHint3=Compound SQL statements can be made by joining multiple SqlStringInjectionHint4=Try entering [ smith' OR '1' = '1 ]. -sql-injection.5a.success=You have succeed: +sql-injection.5a.success=You have succeed: {0} sql-injection.5a.no.results=No results matched. Try Again. -sql-injection.5b.success=You have succeed: +sql-injection.5b.success=You have succeed: {0} sql-injection.5b.no.results=No results matched. Try Again. -sql-injection.6b.success=You have succeed: +sql-injection.6b.success=You have succeed: {0} sql-injection.6b.no.results=No results matched. Try Again. \ No newline at end of file