summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-01-19 14:21:59 -0500
committerGitHub <noreply@github.com>2021-01-19 14:21:59 -0500
commit47d48a5853f3fadd90ace757e4e664097932640a (patch)
tree7e7c7524050ea4cd8b409525add7ce8706a8874f /changelog.d
parentReplace 'perspectives' config block with 'trusted_key_servers' in docker home... (diff)
downloadsynapse-47d48a5853f3fadd90ace757e4e664097932640a.tar.xz
Validate the server name for the /publicRooms endpoint. (#9161)
If a remote server name is provided, ensure it is something reasonable
before making remote connections to it.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9161.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9161.bugfix b/changelog.d/9161.bugfix
new file mode 100644
index 0000000000..6798126b7c
--- /dev/null
+++ b/changelog.d/9161.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug "ValueError: invalid literal for int() with base 10" when `/publicRooms` is requested with an invalid `server` parameter.