summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-07-03 14:36:14 +0100
committerGitHub <noreply@github.com>2018-07-03 14:36:14 +0100
commit508196e08a834496daa1bfc5f561e69a430e270c (patch)
tree50db8e7af5ced37cc7bc06c2f4c2f1a35a4ad3f6 /changelog.d
parentMerge pull request #3470 from matrix-org/matthew/fix-utf8-logging (diff)
downloadsynapse-508196e08a834496daa1bfc5f561e69a430e270c.tar.xz
Reject invalid server names (#3480)
Make sure that server_names used in auth headers are sane, and reject them with
a sensible error code, before they disappear off into the depths of the system.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/3480.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3480.feature b/changelog.d/3480.feature
new file mode 100644
index 0000000000..a21580943d
--- /dev/null
+++ b/changelog.d/3480.feature
@@ -0,0 +1 @@
+Reject invalid server names in federation requests