Merge branch 'release/v8.2.2' into develop
This commit is contained in:
commit
3492655f1d
@ -16,8 +16,6 @@ At the moment we use Gitflow, for a release you create a new release branch and
|
|||||||
```
|
```
|
||||||
git checkout develop
|
git checkout develop
|
||||||
git flow release start <version>
|
git flow release start <version>
|
||||||
mvn versions:set <<version>
|
|
||||||
git commit -am "New release, updating pom.xml"
|
|
||||||
git flow release publish
|
git flow release publish
|
||||||
|
|
||||||
<<Make changes if necessary>>
|
<<Make changes if necessary>>
|
||||||
|
@ -1,5 +1,18 @@
|
|||||||
# WebGoat release notes
|
# 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
|
## Version 8.2.1
|
||||||
|
|
||||||
### New functionality
|
### New functionality
|
||||||
|
Loading…
x
Reference in New Issue
Block a user