We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c1d20 commit 5698074Copy full SHA for 5698074
crates/matrix-sdk-crypto/CHANGELOG.md
@@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.
6
7
## [Unreleased] - ReleaseDate
8
9
+### Security Fixes
10
+- Check the sender of an event matches owner of session, preventing sender
11
+ spoofing by homeserver owners.
12
+ [#13c1d20](https://github.com/matrix-org/matrix-rust-sdk/commit/13c1d2048286bbabf5e7bc6b015aafee98f04d55) (High, [GHSA-x958-rvg6-956w](https://github.com/matrix-org/matrix-rust-sdk/security/advisories/GHSA-x958-rvg6-956w)).
13
+
14
### Bug Fixes
15
- Remove a wildcard enum variant import which breaks compilation if used with
16
`tracing-attributes` version `0.1.29`. This is a workaround for a bug in
0 commit comments