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 inquire

Dependencies

(10 total, 1 possibly insecure)

CrateRequiredLatestStatus
 bitflags^22.9.4up to date
 chrono ⚠️^0.40.4.42maybe insecure
 console^0.160.16.1up to date
 crossterm^0.29.00.29.0up to date
 dyn-clone^11.0.20up to date
 fuzzy-matcher^0.3.70.3.7up to date
 tempfile^33.23.0up to date
 termion^4.04.0.5up to date
 unicode-segmentation^11.12.0up to date
 unicode-width^0.20.2.1up to date

Dev dependencies

(2 total, 1 possibly insecure)

CrateRequiredLatestStatus
 chrono ⚠️^0.40.4.42maybe insecure
 rstest^0.26.10.26.1up 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