File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
<!-- next-header -->
6
6
7
7
## [ Unreleased] - ReleaseDate
8
+ ### Security Fixes
9
+ - Fix SQL injection vulnerability in ` find_event_relations() ` (related to [ CVE-2025 -53549] ( https://www.cve.org/CVERecord?id=CVE-2025-53549 ) / [ GHSA-275g -g844-73jh] ( https://github.com/matrix-org/matrix-rust-sdk/security/advisories/GHSA-275g-g844-73jh ) )
10
+
8
11
9
12
## [ 0.12.0] - 2025-06-10
10
13
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.
6
6
7
7
## [ Unreleased] - ReleaseDate
8
8
9
+ ### Security Fixes
10
+ - Fix SQL injection vulnerability in ` EventCache ` (Moderate,
11
+ [ CVE-2025 -53549] ( https://www.cve.org/CVERecord?id=CVE-2025-53549 ) /
12
+ [ GHSA-275g -g844-73jh] ( https://github.com/matrix-org/matrix-rust-sdk/security/advisories/GHSA-275g-g844-73jh ) ).
13
+
9
14
### Bug fixes
10
15
11
16
- When joining a room via ` Client::join_room_by_id() ` , if the client has ` enable_share_history_on_invite ` enabled,
You can’t perform that action at this time.
0 commit comments