diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-08-25 14:10:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-25 14:10:31 -0400 |
commit | 82699428e392f63c269e8b5d4d4c4d0afc11684b (patch) | |
tree | fbe15be460e81b49d0ee6f8c0a2bb0d3656b771f /changelog.d | |
parent | Send proper JSON POST data to /publicRooms (#16185) (diff) | |
download | synapse-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.misc | 1 |
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`. |