diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-08-31 14:53:42 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2021-08-31 14:53:42 +0100 |
commit | 72efaa2edd2eaccc457dc72ccefd9da5bef69304 (patch) | |
tree | 595a6ada52e10eaccef29aa962cfa3c579e8dd0c /tests/util/test_glob_to_regex.py | |
parent | Merge tag 'v1.33.0' into babolivier/dinsic_1.41.0 (diff) | |
parent | Use link to advisory rather than to the CVE repo (diff) | |
download | synapse-72efaa2edd2eaccc457dc72ccefd9da5bef69304.tar.xz |
Merge tag 'v1.33.2' into babolivier/dinsic_1.41.0
Synapse 1.33.2 (2021-05-11) =========================== Due to the security issue highlighted below, server administrators are encouraged to update Synapse. We are not aware of these vulnerabilities being exploited in the wild. Security advisory ----------------- This release fixes a denial of service attack ([CVE-2021-29471](https://github.com/matrix-org/synapse/security/advisories/GHSA-x345-32rc-8h85)) against Synapse's push rules implementation. Server admins are encouraged to upgrade. Internal Changes ---------------- - Unpin attrs dependency. ([\#9946](https://github.com/matrix-org/synapse/issues/9946))
Diffstat (limited to 'tests/util/test_glob_to_regex.py')
-rw-r--r-- | tests/util/test_glob_to_regex.py | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/tests/util/test_glob_to_regex.py b/tests/util/test_glob_to_regex.py new file mode 100644 |