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

Dependencies

(12 total, 1 possibly insecure)

CrateRequiredLatestStatus
 byte-unit^5.05.2.5up to date
 chrono ⚠️^0.40.4.45maybe insecure
 ipnet^22.12.1up to date
 libtest-mimic^0.8.20.8.2up to date
 local-ip-address^0.60.6.13up to date
 num_cpus^1.131.17.0up to date
 ping^0.9.00.9.0up to date
 reqwest^0.130.13.4up to date
 sysinfo^0.390.39.6up to date
 test-with-derive=0.17.00.17.0up to date
 uzers^0.120.12.2up to date
 which^8.08.0.6up to date

Dev dependencies

(3 total, 1 outdated)

CrateRequiredLatestStatus
 rstest^0.26.10.26.1up to date
 serial_test^3.5.04.0.1out of date
 tokio^1.38.01.53.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