summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-05-03 12:38:03 +0100
committerRichard van der Hoff <richard@matrix.org>2019-05-03 13:02:55 +0100
commit247dc1bd0bd9ee2b9525495c0dbd819baf10ec1f (patch)
tree05f2ee2721066eea82e9605b9f5ce32f379e6fda /changelog.d
parent0.99.2 (diff)
downloadsynapse-247dc1bd0bd9ee2b9525495c0dbd819baf10ec1f.tar.xz
Use SystemRandom for token generation
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5133.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5133.bugfix b/changelog.d/5133.bugfix
new file mode 100644
index 0000000000..12a32a906b
--- /dev/null
+++ b/changelog.d/5133.bugfix
@@ -0,0 +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!