summary refs log tree commit diff
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2019-05-03 14:40:15 +0100
committerGitHub <noreply@github.com>2019-05-03 14:40:15 +0100
commit60c3635f0507699ccb63115ff974f54d45c90c83 (patch)
treec5fe50b2dfbc291d8029f37b636b4557481df55e
parentUse SystemRandom for token generation (diff)
downloadsynapse-60c3635f0507699ccb63115ff974f54d45c90c83.tar.xz
typo
-rw-r--r--changelog.d/5133.bugfix2
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!