Skip to content

Commit

Permalink
Merge pull request #493 from mkurz/play_2.8.16
Browse files Browse the repository at this point in the history
Play 2.8.16
  • Loading branch information
mkurz committed Jun 7, 2022
2 parents 962e3af + 0afd87d commit 718800c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
6 changes: 6 additions & 0 deletions app/views/vulnerabilities.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ <h2>Reporting vulnerabilities</h2>

<h2>Play 2.8.x<h2>

<h3>Fixed in Play 2.8.16</h3>
<ul>
<li><a href="//github.com/playframework/playframework/security/advisories/GHSA-v8x6-59g4-5g3w">CVE-2022-31018</a> - Denial of service when binding forms from JSON</li>
<li><a href="//github.com/playframework/playframework/security/advisories/GHSA-p9p4-97g9-wcrh">CVE-2022-31023</a> - Dev error stack trace leaking into prod</li>
</ul>

<h3>Fixed in Play 2.8.5</h3>
<ul>
<li><a href="@routes.Security.vulnerability("CVE-2020-28923-ImproperRemovalofSensitiveInformationBeforeStorageorTransfer")">CVE-2020-28923-ImproperRemovalofSensitiveInformationBeforeStorageorTransfer </a> - Improper Removal of Sensitive Information Before Storage or Transfer
Expand Down
8 changes: 6 additions & 2 deletions conf/playReleases.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"latest": {
"version": "2.8.15",
"date": "Mar 31 2022"
"version": "2.8.16",
"date": "Jun 2 2022"
},
"development": [],
"previous": [
{
"version": "2.8.15",
"date": "Mar 31 2022"
},
{
"version": "2.8.13",
"date": "Jan 11 2022"
Expand Down
7 changes: 7 additions & 0 deletions public/markdown/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

## Play 2.8.16

*Released 2 June 2022

[All changes](https://github.com/playframework/playframework/compare/2.8.15...2.8.16/)
[GitHub milestone](https://github.com/playframework/playframework/milestone/121?closed=1)

## Play 2.8.15

*Released 31 March 2022
Expand Down

0 comments on commit 718800c

Please sign in to comment.