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

Dependencies

(18 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 anyhow^1.0.261.0.82up to date
 chrono ⚠️^0.4.60.4.38maybe insecure
 env_logger^0.7.10.11.3out of date
 exonum-crypto^1.0.01.0.0up to date
 exonum-derive^1.0.01.0.0up to date
 exonum-keys^1.0.01.0.0up to date
 exonum-merkledb^1.0.01.0.0up to date
 exonum-proto^1.0.01.0.0up to date
 futures^0.3.40.3.30up to date
 hex^0.4.00.4.3up to date
 log^0.4.60.4.21up to date
 os_info^2.03.8.2out of date
 protobuf^2.8.13.4.0out of date
 semver^0.9.01.0.22out of date
 serde^1.0.1011.0.199up to date
 serde_derive^1.0.1011.0.199up to date
 serde_str^0.1.00.1.0up to date
 thiserror^1.01.0.59up to date

Dev dependencies

(6 total, 2 outdated)

CrateRequiredLatestStatus
 assert_matches^1.3.01.5.0up to date
 bincode^1.2.01.3.3up to date
 bit-vec^0.6.00.6.3up to date
 criterion^0.3.00.5.1out of date
 pretty_assertions^0.6.11.4.0out of date
 serde_json^1.0.191.0.116up 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