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 rusqlite

Dependencies

(11 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 time^0.3.00.3.36up to date
 bitflags^2.02.6.0up to date
 hashlink^0.80.9.1out of date
 chrono ⚠️^0.40.4.38maybe insecure
 serde_json^1.01.0.132up to date
 csv^1.11.3.0up to date
 url^2.12.5.3up to date
 fallible-iterator^0.30.3.0up to date
 fallible-streaming-iterator^0.10.1.9up to date
 uuid^1.01.11.0up to date
 smallvec^1.6.11.13.2up to date

Dev dependencies

(7 total, all up-to-date)

CrateRequiredLatestStatus
 doc-comment^0.30.3.3up to date
 tempfile^3.1.03.13.0up to date
 lazy_static^1.41.5.0up to date
 regex^1.5.51.11.1up to date
 uuid^1.01.11.0up to date
 unicase^2.6.02.8.0up to date
 bencher^0.10.1.5up to date

Crate libsqlite3-sys

Dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 openssl-sys^0.90.9.104up to date

Build dependencies

(4 total, 1 outdated)

CrateRequiredLatestStatus
 bindgen^0.660.70.1out of date
 pkg-config^0.3.190.3.31up to date
 cc^1.01.1.36up to date
 vcpkg^0.20.2.15up to date

Security Vulnerabilities

chrono: Potential segfault in `localtime_r` invocations

RUSTSEC-2020-0159

Impact

Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library.

Workarounds

No workarounds are known.

References