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 libcontainer

Dependencies

(22 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 caps^0.5.60.5.6up to date
 chrono ⚠️^0.40.4.45maybe insecure
 fastrand^2.3.02.5.0up to date
 libc^0.2.1860.2.189up to date
 libcgroups^0.7.00.7.0up to date
 libseccomp^0.4.00.4.0up to date
 nc^0.9.80.9.8up to date
 netlink-packet-core^0.8.10.8.2up to date
 netlink-packet-route^0.31.00.31.0up to date
 netlink-sys^0.8.80.8.8up to date
 nix^0.29.00.31.3out of date
 oci-spec^0.10.00.10.0up to date
 pathrs^0.2.40.2.5up to date
 prctl^1.0.01.0.0up to date
 procfs^0.18.00.18.0up to date
 regex^1.12.41.13.1up to date
 rust-criu^0.6.10.6.1up to date
 safe-path^0.1.00.1.0up to date
 serde^1.01.0.229up to date
 serde_json^1.01.0.151up to date
 thiserror^2.0.182.0.20up to date
 tracing^0.1.440.1.44up to date

Dev dependencies

(7 total, 1 outdated)

CrateRequiredLatestStatus
 anyhow^1.0.1021.0.104up to date
 oci-spec^0.10.00.10.0up to date
 quickcheck^11.1.0up to date
 rand^0.10.10.10.2up to date
 scopeguard^1.2.01.2.0up to date
 serial_test^3.5.04.0.1out of date
 tempfile^33.27.0up 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