Skip to content

Commit

Permalink
chore: release version 2023.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaars committed Feb 17, 2023
1 parent 0f38519 commit 3fd66ee
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions CREATE_RELEASE.md
Expand Up @@ -13,6 +13,7 @@ committers.
```
mvn versions:set
<< update release notes >>
mvn verify
git commit ....
git tag v2023.01
git push --tags
Expand Down
13 changes: 13 additions & 0 deletions RELEASE_NOTES.md
@@ -1,5 +1,18 @@
# WebGoat release notes

## Version 2023.4

### New functionality

- [#1422 Add Docker Linux Desktop variant with all tools installed](https://github.com/WebGoat/WebGoat/issues/1422). Thanks to the [OWASP WrongSecrets project](https://owasp.org/www-project-wrongsecrets/) we now have a Docker Linux desktop image with all the tools installed. No need to install any tools locally only run the new Docker image. See README.md for details on how to start it.
- [#1411 JWT: looks that buy as Tom also works with alg:none](https://github.com/WebGoat/WebGoat/issues/1411).

### Bug fixes

- [#1410 WebWolf: JWT decode is broken](https://github.com/WebGoat/WebGoat/issues/1410).
- [#1396 password_reset return 500 Error](https://github.com/WebGoat/WebGoat/issues/1396).
- [#1379 Move XXE to A05:2021-Security Misconfiguration](https://github.com/WebGoat/WebGoat/issues/1379).

## Version 2023.3

With great pleasure, we present you with a new release of WebGoat **2023.3**. 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).
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>org.owasp.webgoat</groupId>
<artifactId>webgoat</artifactId>
<version>2023.4-SNAPSHOT</version>
<version>2023.4</version>
<packaging>jar</packaging>

<name>WebGoat</name>
Expand Down

0 comments on commit 3fd66ee

Please sign in to comment.