This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,13 @@ Synapse 1.52.0 (2022-02-08)
33
44No significant changes since 1.52.0rc1.
55
6- During the making of this release, the developers of Twisted have released
7- [Twisted 22.1.0](https://github.com/twisted/twisted/releases/tag/twisted-22.1.0), which
8- fixes [a security issue](https://github.com/twisted/twisted/security/advisories/GHSA-92x2-jw7w-xvvx)
9- within Twisted. We do not believe Synapse to be vulnerable to any security problem caused
10- by this issue, though we advise server administrators to update their local version of
11- Twisted if they can.
6+ Note that [Twisted 22.1.0](https://github.com/twisted/twisted/releases/tag/twisted-22.1.0)
7+ has recently been released, which fixes a [security issue](https://github.com/twisted/twisted/security/advisories/GHSA-92x2-jw7w-xvvx)
8+ within the Twisted library. We do not believe Synapse is affected by this vulnerability,
9+ though we advise server administrators who installed Synapse via pip to upgrade Twisted
10+ with `pip install --upgrade Twisted` as a matter of good practice. The Docker image
11+ `matrixdotorg/synapse` and the Debian packages from `packages.matrix.org` are using the
12+ updated library.
1213
1314
1415Synapse 1.52.0rc1 (2022-02-01)
Original file line number Diff line number Diff line change @@ -89,12 +89,13 @@ process, for example:
8989
9090# # Twisted security release
9191
92- During the making of this release, the developers of Twisted have released
93- [Twisted 22.1.0](https://github.com/twisted/twisted/releases/tag/twisted-22.1.0), which
94- fixes [a security issue](https://github.com/twisted/twisted/security/advisories/GHSA-92x2-jw7w-xvvx)
95- within Twisted. We do not believe Synapse to be vulnerable to any security problem caused
96- by this issue, though we advise server administrators to update their local version of
97- Twisted if they can.
92+ Note that [Twisted 22.1.0](https://github.com/twisted/twisted/releases/tag/twisted-22.1.0)
93+ has recently been released, which fixes a [security issue](https://github.com/twisted/twisted/security/advisories/GHSA-92x2-jw7w-xvvx)
94+ within the Twisted library. We do not believe Synapse is affected by this vulnerability,
95+ though we advise server administrators who installed Synapse via pip to upgrade Twisted
96+ with ` pip install --upgrade Twisted` as a matter of good practice. The Docker image
97+ ` matrixdotorg/synapse` and the Debian packages from ` packages.matrix.org` are using the
98+ updated library.
9899
99100# Upgrading to v1.51.0
100101
You can’t perform that action at this time.
0 commit comments