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 hunter

Dependencies

(19 total, 9 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 alphanumeric-sort^1.0.61.5.3up to date
 chrono ⚠️^0.40.4.38maybe insecure
 dirs-2^1.1.03.0.1out of date
 failure^0.1.50.1.8up to date
 failure_derive^0.1.10.1.8up to date
 lazy_static^0.2.111.4.0out of date
 libc^0.2.510.2.153up to date
 lscolors^0.5.00.17.0out of date
 notify^4.0.96.1.1out of date
 osstrtools^0.1.00.2.2out of date
 parse-ansi^0.1.60.1.6up to date
 rayon^1.0.31.10.0up to date
 signal-notify^0.1.30.1.3up to date
 systemstat^0.1.40.2.3out of date
 termion^1.5.13.0.0out of date
 tree_magic^0.2.10.2.3up to date
 unicode-width^0.1.50.1.11up to date
 users^0.80.11.0out of date
 x11-clipboard^0.3.10.9.2out of 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