fix-security #42

Merged
Skipper merged 3 commits from fix-security into main 2026-04-02 16:34:07 +00:00
Showing only changes of commit ff51d26d54 - Show all commits

View File

@@ -214,7 +214,6 @@ impl KeyHolder {
let mut conn = self.db.get().await?;
schema::root_key_history::table
.filter(schema::root_key_history::id.eq(*root_key_history_id))
.select(schema::root_key_history::data_encryption_nonce)
.select(RootKeyHistory::as_select())
.first(&mut conn)
.await?