diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-08-02 15:11:19 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-08-02 15:11:19 +0100 |
commit | 8cefc690c9206c8f0936b4cd6a5b0823d9c7beb6 (patch) | |
tree | 7215683a26e68d76d3733f69d29f061df7077ae7 | |
parent | Check room visibility for /event/ requests (diff) | |
download | synapse-8cefc690c9206c8f0936b4cd6a5b0823d9c7beb6.tar.xz |
changelogs
-rw-r--r-- | changelog.d/3641.bugfix | 2 | ||||
-rw-r--r-- | changelog.d/3642.bugfix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/3641.bugfix b/changelog.d/3641.bugfix index 02181975c0..149349baa2 100644 --- a/changelog.d/3641.bugfix +++ b/changelog.d/3641.bugfix @@ -1 +1 @@ -Fix a potential event disclosure issue \ No newline at end of file +Fix a potential issue where servers could request events for rooms they have not joined. diff --git a/changelog.d/3642.bugfix b/changelog.d/3642.bugfix new file mode 100644 index 0000000000..e2e9b209de --- /dev/null +++ b/changelog.d/3642.bugfix @@ -0,0 +1 @@ +Fix a potential issue where users could see events in private joins before they joined |