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

CrateRequiredLatestStatus
 bitflags^2.4.22.5.0up to date
 caps^0.5.50.5.5up to date
 chrono ⚠️^0.40.4.38maybe insecure
 fastrand^2.0.12.1.0up to date
 futures^0.30.3.30up to date
 libc^0.2.1520.2.155up to date
 libcgroups^0.3.20.3.2up to date
 libseccomp^0.3.00.3.0up to date
 nc^0.8.180.8.20up to date
 nix^0.27.10.28.0out of date
 oci-spec~0.6.40.6.5up to date
 once_cell^1.19.01.19.0up to date
 prctl^1.0.01.0.0up to date
 procfs^0.16.00.16.0up to date
 protobuf=3.2.03.4.0out of date
 regex^1.10.31.10.4up to date
 rust-criu^0.4.00.4.0up to date
 safe-path^0.1.00.1.0up to date
 serde^1.01.0.202up to date
 serde_json^1.01.0.117up to date
 thiserror^1.0.561.0.61up to date
 tracing^0.1.400.1.40up to date

Dev dependencies

(6 total, all up-to-date)

CrateRequiredLatestStatus
 anyhow^1.01.0.86up to date
 oci-spec~0.6.40.6.5up to date
 quickcheck^11.0.3up to date
 rand^0.8.50.8.5up to date
 serial_test^3.0.03.1.1up to date
 tempfile^33.10.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