summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorOlivier 'reivilibre <oliverw@matrix.org>2024-07-30 16:23:58 +0100
committerOlivier 'reivilibre <oliverw@matrix.org>2024-07-30 16:23:58 +0100
commite4868f8a1e0e4e5898facf8819596fda5c8e8721 (patch)
tree9f650a5b073f315e17fccdfcbfedd9db4064ec9c /CHANGES.md
parent1.111.1 (diff)
downloadsynapse-e4868f8a1e0e4e5898facf8819596fda5c8e8721.tar.xz
Add bold emphasis to some parts of the changelog v1.111.1 release-v1.111
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 0997083c40..561638ecbc 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -5,12 +5,12 @@ This security release is to update our locked dependency on Twisted to 24.7.0rc1
 This issue means that, if multiple HTTP requests are pipelined in the same TCP connection, Synapse can send responses to the wrong HTTP request.
 If a reverse proxy was configured to use HTTP pipelining, this could result in responses being sent to the wrong user, severely harming confidentiality.
 
-With that said, despite being a high severity issue, we consider it unlikely that Synapse installations will be affected.
+With that said, despite being a high severity issue, **we consider it unlikely that Synapse installations will be affected**.
 The use of HTTP pipelining in this fashion would cause worse performance for clients (request-response latencies would be increased as users' responses would be artificially blocked behind other users' slow requests). Further, Nginx and Haproxy, two common reverse proxies, do not appear to support configuring their upstreams to use HTTP pipelining and thus would not be affected. For both of these reasons, we consider it unlikely that a Synapse deployment would be set up in such a configuration.
 
 Despite that, we cannot rule out that some installations may exist with this unusual setup and so we are releasing this security update today.
 
-**pip users:** Note that by default, upgrading Synapse using pip will not automatically upgrade Twisted. Please manually install the new version of Twisted using `pip install Twisted==24.7.0rc1`. Note also that even the `--upgrade-strategy=eager` flag to `pip install -U matrix-synapse` will not upgrade Twisted to a patched version because it is only a release candidate at this time.
+**pip users:** Note that by default, upgrading Synapse using pip will not automatically upgrade Twisted. **Please manually install the new version of Twisted** using `pip install Twisted==24.7.0rc1`. Note also that even the `--upgrade-strategy=eager` flag to `pip install -U matrix-synapse` will not upgrade Twisted to a patched version because it is only a release candidate at this time.
 
 
 ### Internal Changes