This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Synapse 1.95.1 (2023-10-31)
2
+
3
+ ## Security advisory
4
+
5
+ The following issue is fixed in 1.95.1.
6
+
7
+ - [ GHSA-mp92 -3jfm-3575] ( https://github.com/matrix-org/synapse/security/advisories/GHSA-mp92-3jfm-3575 ) / [ CVE-2023 -43796] ( https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-43796 ) — Moderate Severity
8
+
9
+ Cached device information of remote users can be queried from Synapse. This can be used to enumerate the remote users known to a homeserver.
10
+
11
+ See the advisory for more details. If you have any questions, email security@matrix.org .
12
+
13
+
14
+
1
15
# Synapse 1.95.0 (2023-10-24)
2
16
3
17
### Internal Changes
Original file line number Diff line number Diff line change
1
+ matrix-synapse-py3 (1.95.1) stable; urgency=medium
2
+
3
+ * New Synapse release 1.95.1.
4
+
5
+ -- Synapse Packaging team <packages@matrix.org> Tue, 31 Oct 2023 14:00:00 +0000
6
+
1
7
matrix-synapse-py3 (1.95.0) stable; urgency=medium
2
8
3
9
* New Synapse release 1.95.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.95.0 "
99
+ version = " 1.95.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 = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments