Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 91ce65f

Browse files
committed
Merge commit '9b8a53c7b' into anoa/dinsic_release_1_21_x
* commit '9b8a53c7b': Additional tweaks. Clarify authlib changes. Fix typo. Add additional release notes.
2 parents cd50eba + 9b8a53c commit 91ce65f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
Synapse 1.21.2 (2020-10-15)
22
===========================
33

4+
Debian packages and Docker images have been rebuilt using the latest versions of dependency libraries, including authlib 0.15.1. Please see bugfixes below.
5+
6+
Security advisory
7+
-----------------
8+
9+
* HTML pages served via Synapse were vulnerable to cross-site scripting (XSS)
10+
attacks. All server administrators are encouraged to upgrade.
11+
([\#8444](https://github.com/matrix-org/synapse/pull/8444))
12+
([CVE-2020-26891](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26891))
13+
14+
This fix was originally included in v1.21.0 but was missing a security advisory.
15+
16+
This was reported by [Denis Kasak](https://github.com/dkasak).
17+
418
Bugfixes
519
--------
620

721
- Fix rare bug where sending an event would fail due to a racey assertion. ([\#8530](https://github.com/matrix-org/synapse/issues/8530))
22+
- An updated version of the authlib dependency is included in the Docker and Debian images to fix an issue using OpenID Connect. See [\#8534](https://github.com/matrix-org/synapse/issues/8534) for details.
823

924

1025
Synapse 1.21.1 (2020-10-13)

0 commit comments

Comments
 (0)