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 libtest-with

Dependencies

(12 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 anstream^0.6.141.0.0out of date
 anstyle^1.0.71.0.14up to date
 byte-unit^5.15.2.0up to date
 chrono ⚠️^0.40.4.44maybe insecure
 clap^4.0.84.6.0up to date
 escape8259^0.5.20.5.3up to date
 num_cpus^1.161.17.0up to date
 ping^0.7.10.7.1up to date
 reqwest^0.130.13.2up to date
 sysinfo^0.380.38.4up to date
 uzers^0.120.12.2up to date
 which^8.08.0.2up to date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 fastrand^2.0.12.3.0up to date
 pretty_assertions^1.41.4.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