Merge branch 'release/v8.2.2' into develop

This commit is contained in:
Nanne Baars 2021-09-05 14:42:07 +02:00
commit 3492655f1d
No known key found for this signature in database
GPG Key ID: A6D6C06FE4EC14E7
2 changed files with 14 additions and 3 deletions

View File

@ -15,9 +15,7 @@ At the moment we use Gitflow, for a release you create a new release branch and
```
git checkout develop
git flow release start <version>
mvn versions:set <<version>
git commit -am "New release, updating pom.xml"
git flow release start <version>
git flow release publish
<<Make changes if necessary>>

View File

@ -1,5 +1,18 @@
# WebGoat release notes
## Version 8.2.2
### New functionality
- Docker image now supports nginx when browsing to http://localhost a landing page is shown.
### Bug fixes
- [#1039 jwt-7-Code review](https://github.com/WebGoat/WebGoat/issues/1039)
- [#1031 SQL Injection (intro) 5: Data Control Language (DCL) the wiki's solution is not correct](https://github.com/WebGoat/WebGoat/issues/1031)
- [#1027 Webgoat 8.2.1 Vulnerable_Components_12 Shows internal server error](https://github.com/WebGoat/WebGoat/issues/1027)
## Version 8.2.1
### New functionality