File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Synapse 1.105.1 (2024-04-23)
2
+
3
+ ## Security advisory
4
+
5
+ The following issues are fixed in 1.105.1.
6
+
7
+ - [ GHSA-3h7q -rfh9-xm4v] ( https://github.com/element-hq/synapse/security/advisories/GHSA-3h7q-rfh9-xm4v ) / [ CVE-2024 -31208] ( https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-31208 ) — High Severity
8
+
9
+ Weakness in auth chain indexing allows DoS from remote room members through disk fill and high CPU usage.
10
+
11
+ See the advisories for more details. If you have any questions, email security@element.io .
12
+
13
+
14
+
1
15
# Synapse 1.105.0 (2024-04-16)
2
16
3
17
No significant changes since 1.105.0rc1.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ matrix-synapse-py3 (1.105.1) stable; urgency=medium
2
+
3
+ * New Synapse release 1.105.1.
4
+
5
+ -- Synapse Packaging team <packages@matrix.org> Tue, 23 Apr 2024 15:56:18 +0100
6
+
1
7
matrix-synapse-py3 (1.105.0) stable; urgency=medium
2
8
3
9
* New Synapse release 1.105.0.
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
96
96
97
97
[tool .poetry ]
98
98
name = " matrix-synapse"
99
- version = " 1.105.0 "
99
+ version = " 1.105.1 "
100
100
description = " Homeserver for the Matrix decentralised comms protocol"
101
101
authors = [" Matrix.org Team and Contributors <packages@matrix.org>" ]
102
102
license = " AGPL-3.0-or-later"
You can’t perform that action at this time.
0 commit comments