summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-07-01 12:04:56 +0200
committerGitHub <noreply@github.com>2022-07-01 11:04:56 +0100
commitd70ff5cc3508f4010ca2d19b090f0338e99c1d28 (patch)
treea38abfd3e6189384072e0a2c19fd16dfbda15ac6 /changelog.d
parent`_process_received_pdu`: Improve exception handling (#13145) (diff)
downloadsynapse-d70ff5cc3508f4010ca2d19b090f0338e99c1d28.tar.xz
Extra validation for rest/client/account_data (#13148)
* Extra validation for rest/client/account_data

This is a fairly simple endpoint and we did pretty well here.

* Changelog
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13148.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13148.feature b/changelog.d/13148.feature
new file mode 100644
index 0000000000..d1104b04b0
--- /dev/null
+++ b/changelog.d/13148.feature
@@ -0,0 +1 @@
+Improve validation logic in Synapse's REST endpoints.