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.
55<!-- next-header -->
66
77## [ 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+
811
912## [ 0.12.0] - 2025-06-10
1013
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.
66
77## [ Unreleased] - ReleaseDate
88
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+
914### Bug fixes
1015
1116- 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