This project contains known security vulnerabilities. Find detailed information at the bottom.

Crate rusqlite

Dependencies

(14 total, 5 outdated, 1 insecure)

CrateRequiredLatestStatus
 bitflags^1.22.13.2out of date
 chrono^0.40.4.45up to date
 csv^1.11.4.0up to date
 fallible-iterator^0.20.3.0out of date
 fallible-streaming-iterator^0.10.1.9up to date
 hashlink^0.70.12.2out of date
 lazy_static^1.41.5.0up to date
 libsqlite3-sys ⚠️^0.24.00.38.2insecure
 memchr^2.32.8.3up to date
 serde_json^1.01.0.151up to date
 smallvec^1.6.11.16.1up to date
 time^0.3.00.3.55up to date
 url^2.12.5.8up to date
 uuid^0.81.26.1out of date

Dev dependencies

(7 total, 1 outdated)

CrateRequiredLatestStatus
 bencher^0.10.1.5up to date
 doc-comment^0.30.3.4up to date
 lazy_static^1.41.5.0up to date
 regex^1.31.13.1up to date
 tempfile^3.1.03.27.0up to date
 unicase^2.6.02.9.0up to date
 uuid^0.81.26.1out of date

Security Vulnerabilities

libsqlite3-sys: `libsqlite3-sys` via C SQLite CVE-2022-35737

RUSTSEC-2022-0090

It was sometimes possible for SQLite versions >= 1.0.12, < 3.39.2 to allow an array-bounds overflow when large string were input into SQLite's printf function.

As libsqlite3-sys bundles SQLite, it is susceptible to the vulnerability. libsqlite3-sys was updated to bundle the patched version of SQLite here.