From f4c86be6c7509d0cfbfb950d400eda730a2b27bf Mon Sep 17 00:00:00 2001 From: Rui Melo Date: Fri, 18 Oct 2024 18:02:38 +0100 Subject: [PATCH] Update fix version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8203e0bd..64b309192 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Download the latest WebGoat release from [https://github.com/WebGoat/WebGoat/rel ```shell export TZ=Europe/Amsterdam # or your timezone -java -Dfile.encoding=UTF-8 -jar webgoat-2023.5.jar +java -Dfile.encoding=UTF-8 -jar webgoat-2023.8.jar ``` Click the link in the log to start WebGoat. @@ -144,7 +144,7 @@ For instance running as a jar on a Linux/macOS it will look like this: export TZ=Europe/Amsterdam # or your timezone export EXCLUDE_CATEGORIES="CLIENT_SIDE,GENERAL,CHALLENGE" export EXCLUDE_LESSONS="SqlInjectionAdvanced,SqlInjectionMitigations" -java -jar target/webgoat-2023.6-SNAPSHOT.jar +java -jar target/webgoat-2023.8-SNAPSHOT.jar ``` Or in a docker run it would (once this version is pushed into docker hub) look like this: