summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-08-25 14:10:31 -0400
committerGitHub <noreply@github.com>2023-08-25 14:10:31 -0400
commit82699428e392f63c269e8b5d4d4c4d0afc11684b (patch)
treefbe15be460e81b49d0ee6f8c0a2bb0d3656b771f /changelog.d
parentSend proper JSON POST data to /publicRooms (#16185) (diff)
downloadsynapse-82699428e392f63c269e8b5d4d4c4d0afc11684b.tar.xz
Validate input to POST /key/v2/query endpoint. (#16183)
To avoid 500 internal server errors with garbage input.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16183.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16183.misc b/changelog.d/16183.misc
new file mode 100644
index 0000000000..305d5baa6e
--- /dev/null
+++ b/changelog.d/16183.misc
@@ -0,0 +1 @@
+Improve error reporting of invalid data passed to `/_matrix/key/v2/query`.