matrix-sdk-sqlite: SQL injection vulnerability in `SqliteEventCacheStore::find_event_with_relations`
Details
The SqliteEventCacheStore::find_event_with_relations function constructs SQL
queries using format!() with unescaped input, allowing an attacker to inject
arbitrary SQL. This results in a SQL injection vulnerability.