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 costoflife

Dependencies

(13 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 chrono ⚠️^0.4.190.4.38maybe insecure
 bigdecimal^0.3.00.4.6out of date
 num-bigint^0.4.30.4.6up to date
 slug^0.1.40.1.6up to date
 lazy_static^1.4.01.5.0up to date
 regex^1.5.51.11.1up to date
 clap^3.1.144.5.21out of date
 dialoguer^0.10.00.11.0out of date
 blake3^1.3.11.5.4up to date
 wasm-bindgen^0.2.800.2.95up to date
 pad^0.1.60.1.6up to date
 simsearch^0.2.30.2.5up to date
 directories-next^2.0.02.0.0up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 wasm-bindgen-test^0.3.300.3.45up 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