This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate diesel

Dependencies

(26 total, 1 possibly insecure)

CrateRequiredLatestStatus
 bigdecimal>=0.0.13, <0.5.00.4.8up to date
 bitflags^2.0.02.9.4up to date
 byteorder^1.01.5.0up to date
 chrono^0.4.200.4.42up to date
 diesel_derives~2.3.02.3.1up to date
 downcast-rs^2.0.12.0.2up to date
 ipnet^2.5.02.11.0up to date
 ipnetwork>=0.12.2, <0.22.00.21.1up to date
 itoa^1.0.01.0.15up to date
 libc^0.2.00.2.175up to date
 libsqlite3-sys ⚠️>=0.17.2, <0.36.00.35.0maybe insecure
 mysqlclient-src^0.1.00.1.4+9.3.0up to date
 mysqlclient-sys>=0.2.5, <0.5.00.4.7up to date
 num-bigint>=0.2.0, <0.5.00.4.6up to date
 num-integer^0.1.390.1.46up to date
 num-traits^0.2.00.2.19up to date
 percent-encoding^2.1.02.3.2up to date
 pq-src^0.30.3.9+libpq-17.5up to date
 pq-sys>=0.4.0, <0.8.00.7.2up to date
 quickcheck^1.0.31.0.3up to date
 r2d2>=0.8.2, <0.9.00.8.10up to date
 serde_json>=0.8.0, <2.01.0.143up to date
 sqlite-wasm-rs^0.4.00.4.3up to date
 time^0.3.90.3.43up to date
 url^2.1.02.5.7up to date
 uuid>=0.7.0, <2.0.01.18.1up to date

Dev dependencies

(8 total, 1 outdated)

CrateRequiredLatestStatus
 cfg-if^11.0.3up to date
 dotenvy^0.150.15.7up to date
 getrandom^0.20.3.3out of date
 ipnetwork>=0.12.2, <0.22.00.21.1up to date
 quickcheck^1.0.31.0.3up to date
 sqlite-wasm-rs^0.4.00.4.3up to date
 tempfile^3.10.13.22.0up to date
 wasm-bindgen-test^0.3.490.3.51up to 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.