Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Resolve libsqlite3-sys vulnerability once SQLx 0.7 fixes Executor trait impl for &mut Transaction #2

Closed
johnbcodes opened this issue Jun 13, 2023 · 0 comments

Comments

@johnbcodes
Copy link
Owner

SQLx version 0.7 updates the rusqlite dependency which resolves a vulnerability with high severtity. However, the current alpha releases of SQLx disables implementation of the Executor trait for &mut Transaction. This disables executing inserts and updates for certain transactions like this one in the sqlite-es dependency.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant