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.82up to date
 async-std^11.12.0up to date
 async-trait^0.10.1.80up to date
 chrono ⚠️^0.40.4.38maybe insecure
 fake^2.82.9.2up to date
 colorgrad^0.6.20.6.2up to date
 getrandom^0.20.2.14up to date
 humansize^22.1.3up to date
 humantime^22.1.0up to date
 instant^0.10.1.12up to date
 lazy_static^1.41.4.0up to date
 progress_string^0.20.2.1up to date
 rand^0.80.8.5up to date
 rand_distr^0.40.4.3up to date
 regex^1.81.10.4up 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