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.34up to date
 bitflags^2.02.5.0up to date
 hashlink^0.80.9.0out of date
 chrono ⚠️^0.40.4.37maybe insecure
 serde_json^1.01.0.115up to date
 csv^1.11.3.0up to date
 url^2.12.5.0up to date
 fallible-iterator^0.30.3.0up to date
 fallible-streaming-iterator^0.10.1.9up to date
 uuid^1.01.8.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.10.1up to date
 lazy_static^1.41.4.0up to date
 regex^1.5.51.10.4up to date
 uuid^1.01.8.0up to date
 unicase^2.6.02.7.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.101up to date

Build dependencies

(4 total, 1 outdated)

CrateRequiredLatestStatus
 bindgen^0.660.69.4out of date
 pkg-config^0.3.190.3.30up to date
 cc^1.01.0.90up 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