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 exonum-crypto

Dependencies

(13 total, 8 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 byteorder^1.2.71.5.0up to date
 chrono ⚠️^0.4.60.4.38maybe insecure
 exonum_sodiumoxide^0.0.210.0.24out of date
 hex^0.3.20.4.3out of date
 hex-buffer-serde^0.1.10.4.0out of date
 pwbox^0.1.30.5.0out of date
 rand^0.60.8.5out of date
 rust_decimal^0.11.21.35.0out of date
 serde^1.0.101.0.197up to date
 serde_derive^1.0.641.0.197up to date
 serde_json^1.0.191.0.116up to date
 toml^0.4.100.8.12out of date
 uuid^0.7.11.8.0out of date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 tempdir^0.3.70.3.7up 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