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 casperlabs-engine-shared

Dependencies

(16 total, 6 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 base16^0.2.10.2.1up to date
 blake2^0.8.10.10.6out of date
 chrono ⚠️^0.4.100.4.38maybe insecure
 casperlabs-engine-wasm-prep^0.6.1N/Aup to date
 hostname^0.3.00.4.0out of date
 lazy_static^1.4.01.4.0up to date
 libc^0.2.660.2.154up to date
 log^0.4.80.4.21up to date
 num^0.2.00.4.2out of date
 parity-wasm^0.41.00.45.0out of date
 proptest^0.9.41.4.0out of date
 serde^11.0.200up to date
 serde_json^11.0.116up to date
 casperlabs-types^0.6.1N/Aup to date
 uuid^0.8.11.8.0out of date
 wabt^0.10.00.10.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