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 rat-text

Dependencies

(20 total, 1 possibly insecure)

CrateRequiredLatestStatus
 chrono ⚠️^0.40.4.39maybe insecure
 crossterm^0.280.28.1up to date
 dyn-clone^1.0.171.0.17up to date
 format_num_pattern^0.90.9.3up to date
 iset^0.30.3.0up to date
 log^0.40.4.22up to date
 memchr^2.7.22.7.4up to date
 pure-rust-locales^0.80.8.1up to date
 rat-cursor^0.250.25.1up to date
 rat-event^0.260.26.1up to date
 rat-focus^0.290.29.0up to date
 rat-reloc^0.20.2.0up to date
 rat-scrolled^0.270.27.0up to date
 ratatui^0.290.29.0up to date
 ropey^1.6.11.6.1up to date
 rust_decimal^1.341.36.0up to date
 rust_decimal_macros^1.341.36.0up to date
 unicode-display-width^0.30.3.0up to date
 unicode-segmentation^1.111.12.0up to date
 unicode-width^0.20.2.0up to date

Dev dependencies

(3 total, all up-to-date)

CrateRequiredLatestStatus
 anyhow^1.01.0.94up to date
 fern^0.70.7.1up to date
 lorem-rustum^0.0.50.0.5up 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