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

(10 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 byte-unit^5.05.2.3up to date
 chrono ⚠️^0.40.4.45maybe insecure
 libtest-mimic^0.8.20.8.2up to date
 num_cpus^1.131.17.0up to date
 ping^0.7.10.7.1up to date
 reqwest^0.130.13.4up to date
 sysinfo^0.380.39.4out of date
 test-with-derive=0.16.30.16.3up to date
 uzers^0.120.12.2up to date
 which^8.08.0.4up to date

Dev dependencies

(3 total, all up-to-date)

CrateRequiredLatestStatus
 rstest^0.26.10.26.1up to date
 serial_test^3.5.03.5.0up to date
 tokio^1.38.01.52.3up 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