diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-12-30 08:39:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-30 08:39:59 -0500 |
commit | b7c580e33341ffbd12533a572439778929f811bf (patch) | |
tree | 41a68e5c7b8f4e4992c7aa0fd16e8d5be0e456a5 /changelog.d | |
parent | Add additional type hints to the storage module. (#8980) (diff) | |
download | synapse-b7c580e33341ffbd12533a572439778929f811bf.tar.xz |
Check if group IDs are valid before using them. (#8977)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8977.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8977.bugfix b/changelog.d/8977.bugfix new file mode 100644 index 0000000000..ae0b6bec14 --- /dev/null +++ b/changelog.d/8977.bugfix @@ -0,0 +1 @@ +Properly return 400 errors on invalid group IDs. |