0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-22 08:19:05 +02:00
synapse/changelog.d/5133.bugfix

2 lines
209 B
Text
Raw Normal View History

2019-05-03 15:40:15 +02:00
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!