diff options
author | Neil Johnson <neil@matrix.org> | 2019-05-03 14:40:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-03 14:40:15 +0100 |
commit | 60c3635f0507699ccb63115ff974f54d45c90c83 (patch) | |
tree | c5fe50b2dfbc291d8029f37b636b4557481df55e | |
parent | Use SystemRandom for token generation (diff) | |
download | synapse-60c3635f0507699ccb63115ff974f54d45c90c83.tar.xz |
typo
-rw-r--r-- | changelog.d/5133.bugfix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/5133.bugfix b/changelog.d/5133.bugfix index 12a32a906b..be6474a692 100644 --- a/changelog.d/5133.bugfix +++ b/changelog.d/5133.bugfix @@ -1 +1 @@ -Switch to using a cryptographically-secure random number generator for token strings, ensuring they cannot be predicted by an attacker. Thanks to @opnsec for for identifying and responsibly disclosing this issue! +Switch to using a cryptographically-secure random number generator for token strings, ensuring they cannot be predicted by an attacker. Thanks to @opnsec for identifying and responsibly disclosing this issue! |