summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorNick Mills-Barrett <nick@beeper.com>2022-12-07 17:35:41 +0000
committerGitHub <noreply@github.com>2022-12-07 17:35:41 +0000
commit60c3fea3271468dd1f9e9c5fae2d22dd9778293b (patch)
tree72bbf7d215cd42cebc3e9e56c1f02892370858bd /changelog.d
parentUnit tests CI speedup (#14610) (diff)
downloadsynapse-60c3fea3271468dd1f9e9c5fae2d22dd9778293b.tar.xz
Reject receipt requests with invalid room or event IDs. (#14632)
If the room or event IDs are empty or of an invalid form they
should be rejected.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14632.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14632.bugfix b/changelog.d/14632.bugfix
new file mode 100644
index 0000000000..323d10f1b0
--- /dev/null
+++ b/changelog.d/14632.bugfix
@@ -0,0 +1 @@
+Reject invalid read receipt requests with empty room or event IDs. Contributed by Nick @ Beeper (@fizzadar).