summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-09-26 15:56:54 +0100
committerErik Johnston <erik@matrix.org>2023-09-26 15:56:54 +0100
commit88ba67eb91215a708f321e16559fe3c2c0d0a407 (patch)
tree6fb976a0de5fa566a805537ade0ddae5502ae138
parentUpdate changelog. (diff)
downloadsynapse-88ba67eb91215a708f321e16559fe3c2c0d0a407.tar.xz
1.93.0 v1.93.0
-rw-r--r--CHANGES.md20
-rw-r--r--debian/changelog6
-rw-r--r--pyproject.toml2
3 files changed, 27 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index eb537f9f6a..c1ea40de20 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,23 @@
+# Synapse 1.93.0 (2023-09-26)
+
+No significant changes since 1.93.0rc1.
+
+
+## Security advisory
+
+The following issues are fixed in 1.93.0 (and RCs).
+
+- [GHSA-4f74-84v3-j9q5](https://github.com/matrix-org/synapse/security/advisories/GHSA-4f74-84v3-j9q5) / [CVE-2023-41335](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-41335) — Low Severity
+
+  Temporary storage of plaintext passwords during password changes.
+
+- [GHSA-7565-cq32-vx2x](https://github.com/matrix-org/synapse/security/advisories/GHSA-7565-cq32-vx2x) / [CVE-2023-42453](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-42453) — Low Severity
+
+  Improper validation of receipts allows forged read receipts.
+
+See the advisories for more details. If you have any questions, email security@matrix.org.
+
+
 # Synapse 1.93.0rc1 (2023-09-19)
 
 ### Features
diff --git a/debian/changelog b/debian/changelog
index 192eedd45c..7be71019b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.93.0) stable; urgency=medium
+
+  * New Synapse release 1.93.0.
+
+ -- Synapse Packaging team <packages@matrix.org>  Tue, 26 Sep 2023 15:54:40 +0100
+
 matrix-synapse-py3 (1.93.0~rc1) stable; urgency=medium
 
   * New synapse release 1.93.0rc1.
diff --git a/pyproject.toml b/pyproject.toml
index f69336a73f..5a1b0ec437 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -95,7 +95,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.93.0rc1"
+version = "1.93.0"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"