Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed May 3, 2019
1 parent 288fd01 commit 0865de5
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
Changes in [1.0.3](https://github.com/matrix-org/sydent/releases/tag/v1.0.3) (2019-05-03)
=========================================================================================

* Use trustRoot instead of verify for request verification

Security Fixes
--------------
* Mitigate an HTML injection bug where an invalid room_id could result in malicious
HTML being injected into validation emails. Thanks to @opnsec for identifying and
responsibly disclosing this issue!
* Ensures that authentication tokens are generated using a secure random number
generator, ensuring they cannot be predicted by an attacker. Thanks to @opnsec
for identifying and responsibly disclosing the issue!
* Mitigate an HTML injection bug where an invalid room_id could result in
malicious HTML being injected into validation emails. Thanks to @opnsec
for identifying and responsibly disclosing this issue too!
* Randomise session_ids to avoid leaking info about the total number of
identity validations, and whether a given ID has been validated.
Thanks to @fs0c131y for this one.
* Don't send tracebacks to the browser when errors occur.


Changes in [1.0.2](https://github.com/matrix-org/sydent/releases/tag/v1.0.2) (2019-04-18)
Expand Down

0 comments on commit 0865de5

Please sign in to comment.