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

(17 total, 1 possibly insecure)

CrateRequiredLatestStatus
 anyhow^11.0.97up to date
 async-std^11.13.1up to date
 async-trait^0.10.1.88up to date
 chrono ⚠️^0.40.4.40maybe insecure
 fake^4.24.2.0up to date
 colorgrad^0.70.7.0up 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.2up to date
 rand^0.90.9.0up to date
 rand_distr^0.50.5.1up to date
 regex^1.111.11.1up to date
 sha2^0.10.60.10.8up to date
 yansi^11.0.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