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, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 byte-unit^5.15.1.6up to date
 chrono ⚠️^0.40.4.38maybe insecure
 clap^4.44.5.21up to date
 escape8259^0.5.20.5.3up to date
 num_cpus^1.161.16.0up to date
 ping^0.50.5.2up to date
 reqwest^0.110.12.9out of date
 sysinfo^0.300.32.0out of date
 termcolor^1.41.4.1up to date
 threadpool^1.8.11.8.1up to date
 users^0.110.11.0up to date
 which^6.07.0.0out of date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 fastrand^2.0.12.2.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