Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vulnerability in libsqlite3-sys #2360

Closed
lasantosr opened this issue Feb 20, 2023 · 2 comments
Closed

Vulnerability in libsqlite3-sys #2360

lasantosr opened this issue Feb 20, 2023 · 2 comments
Labels

Comments

@lasantosr
Copy link

Bug Description

Used libsqlite3-sys dependency has a vulnerability issue: https://rustsec.org/advisories/RUSTSEC-2022-0090

Library version should be updated and SQLx should release a new version with the patch.

Minimal Reproduction

Run cargo audit

Info

  • SQLx version: 0.6.2
@lasantosr lasantosr added the bug label Feb 20, 2023
@CosmicHorrorDev
Copy link
Contributor

This is already updated on the 0.7-dev branch which is pending an alpha release (#2352)

@lovasoa
Copy link
Contributor

lovasoa commented Jul 26, 2023

The problem is that

  • v0.6 is not maintained anymore
  • v0.7 is missing features that were in v0.6, and requires a non-trivial amount of work to migrate to

So, in case anyone is interested, as a temporary solution, I published https://crates.io/crates/sqlx-oldapi with updated dependencies.

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

No branches or pull requests

3 participants