New release
This commit is contained in:
		| @@ -62,7 +62,7 @@ This way, you can start where you left off. If you remove the container, you nee | |||||||
| Download the latest WebGoat release from [https://github.com/WebGoat/WebGoat/releases](https://github.com/WebGoat/WebGoat/releases) | Download the latest WebGoat release from [https://github.com/WebGoat/WebGoat/releases](https://github.com/WebGoat/WebGoat/releases) | ||||||
|  |  | ||||||
| ```shell | ```shell | ||||||
| java -Dfile.encoding=UTF-8 -Dwebgoat.port=8080 -Dwebwolf.port=9090 -jar webgoat-2023.0.jar | java -Dfile.encoding=UTF-8 -Dwebgoat.port=8080 -Dwebwolf.port=9090 -jar webgoat-2023.1.jar | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| Click the link in the log to start WebGoat. | Click the link in the log to start WebGoat. | ||||||
| @@ -125,7 +125,7 @@ For instance running as a jar on a Linux/macOS it will look like this: | |||||||
| ```Shell | ```Shell | ||||||
| export EXCLUDE_CATEGORIES="CLIENT_SIDE,GENERAL,CHALLENGE" | export EXCLUDE_CATEGORIES="CLIENT_SIDE,GENERAL,CHALLENGE" | ||||||
| export EXCLUDE_LESSONS="SqlInjectionAdvanced,SqlInjectionMitigations" | export EXCLUDE_LESSONS="SqlInjectionAdvanced,SqlInjectionMitigations" | ||||||
| java -jar target/webgoat-2023.0-SNAPSHOT.jar | java -jar target/webgoat-2023.1-SNAPSHOT.jar | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| Or in a docker run it would (once this version is pushed into docker hub) look like this: | Or in a docker run it would (once this version is pushed into docker hub) look like this: | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| # WebGoat release notes | # WebGoat release notes | ||||||
|  |  | ||||||
| ## Version 2023.0 | ## Version 2023.1 | ||||||
|  |  | ||||||
| With great pleasure, we present you with a new release of WebGoat **2023.0**. Finally, it has been a while. This year starts with a new release of WebGoat. This year we will undoubtedly release more often. From this release on, we began to use a new versioning scheme (https://calver.org/#scheme). | With great pleasure, we present you with a new release of WebGoat **2023.0**. Finally, it has been a while. This year starts with a new release of WebGoat. This year we will undoubtedly release more often. From this release on, we began to use a new versioning scheme (https://calver.org/#scheme). | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							| @@ -10,7 +10,7 @@ | |||||||
|   </parent> |   </parent> | ||||||
|   <groupId>org.owasp.webgoat</groupId> |   <groupId>org.owasp.webgoat</groupId> | ||||||
|   <artifactId>webgoat</artifactId> |   <artifactId>webgoat</artifactId> | ||||||
|   <version>2023.0</version> |   <version>2023.1</version> | ||||||
|   <packaging>jar</packaging> |   <packaging>jar</packaging> | ||||||
|  |  | ||||||
|   <name>WebGoat</name> |   <name>WebGoat</name> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user