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 reedline

Dependencies

(16 total, 8 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 chrono ⚠️^0.4.190.4.38maybe insecure
 clipboard^0.5.00.5.0up to date
 crossbeam^0.8.20.8.4up to date
 crossterm^0.24.00.27.0out of date
 fd-lock^3.0.34.0.2out of date
 itertools^0.10.30.12.1out of date
 nu-ansi-term^0.46.00.50.0out of date
 rusqlite^0.28.00.31.0out of date
 serde^1.01.0.200up to date
 serde_json^1.0.791.0.116up to date
 strip-ansi-escapes^0.1.10.2.0out of date
 strum^0.240.26.2out of date
 strum_macros^0.240.26.2out of date
 thiserror^1.0.311.0.59up to date
 unicode-segmentation^1.9.01.11.0up to date
 unicode-width^0.1.90.1.12up to date

Dev dependencies

(4 total, 2 outdated)

CrateRequiredLatestStatus
 gethostname^0.2.30.4.3out of date
 pretty_assertions^1.1.01.4.0up to date
 rstest^0.15.00.19.0out of date
 tempfile^3.3.03.10.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