Skip to content

Commit

Permalink
Release v2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
threema-danilo committed Sep 14, 2022
1 parent 6649291 commit 2fbb240
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ the full log, please refer to the git commit history.
> See https://github.com/threema-ch/threema-web/pull/996 for more details.

### [v2.4.4][v2.4.4] (2022-09-14)

This release contains an XSS security fix. Note that the vulnerability was not
exploitable in practice on the official server instances thanks to the strict
CSP rules. If you host your own version of Threema Web without strict CSP
rules, please make sure to update quickly.

Changes:

* [security] Fix XSS of nickname in contact details ([#1151][i1151])
* [bug] Lock reconnect button to prevent multiple pushes ([#1150][i1150])


### [v2.4.3][v2.4.3] (2022-08-19)

Changes:
Expand Down Expand Up @@ -1211,7 +1224,10 @@ First public release.
[i1139]: https://github.com/threema-ch/threema-web/pull/1139
[i1145]: https://github.com/threema-ch/threema-web/pull/1145
[i1146]: https://github.com/threema-ch/threema-web/pull/1146
[i1150]: https://github.com/threema-ch/threema-web/pull/1150
[i1151]: https://github.com/threema-ch/threema-web/pull/1151

[v2.4.4]: https://github.com/threema-ch/threema-web/compare/v2.4.3...v2.4.4
[v2.4.3]: https://github.com/threema-ch/threema-web/compare/v2.4.2...v2.4.3
[v2.4.2]: https://github.com/threema-ch/threema-web/compare/v2.4.1...v2.4.2
[v2.4.1]: https://github.com/threema-ch/threema-web/compare/v2.4.0...v2.4.1
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "threema-web",
"version": "2.4.3",
"version": "2.4.4",
"description": "Threema Webclient",
"scripts": {
"build": "npm run build:js && npm run build:css",
Expand Down

0 comments on commit 2fbb240

Please sign in to comment.