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 genact

Dependencies

(28 total, 1 possibly insecure)

CrateRequiredLatestStatus
 anyhow^11.0.98up to date
 async-std^11.13.1up to date
 async-trait^0.10.1.88up to date
 chrono ⚠️^0.40.4.41maybe insecure
 fake^4.34.3.0up to date
 colorgrad^0.70.7.2up to date
 humansize^22.1.3up to date
 humantime^22.2.0up to date
 instant^0.10.1.13up to date
 lazy_static^1.51.5.0up to date
 progress_string^0.20.2.1up to date
 getrandom^0.30.3.3up to date
 rand^0.90.9.1up to date
 rand_distr^0.50.5.1up to date
 regex^1.111.11.1up to date
 sha2^0.10.90.10.9up to date
 yansi^11.0.1up to date
 clap^4.54.5.40up to date
 clap_complete^44.5.54up to date
 clap_mangen^0.20.2.27up to date
 ctrlc^3.43.4.7up to date
 terminal_size^0.40.4.2up to date
 console_error_panic_hook^0.10.1.7up to date
 js-sys^0.30.3.77up to date
 url^2.52.5.4up to date
 wasm-bindgen^0.20.2.100up to date
 wasm-bindgen-futures^0.40.4.50up to date
 web-sys^0.30.3.77up 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