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-api

Dependencies

(11 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 actix-cors^0.2.00.7.0out of date
 actix-rt^1.0.02.9.0out of date
 actix-web^2.0.04.5.1out of date
 anyhow^1.0.261.0.82up to date
 chrono ⚠️^0.4.100.4.38maybe insecure
 futures^0.3.40.3.30up to date
 log^0.4.80.4.21up to date
 serde^1.0.1041.0.199up to date
 serde_json^1.0.481.0.116up to date
 serde_urlencoded^0.6.10.7.1out of date
 thiserror^1.01.0.59up to date

Dev dependencies

(2 total, 2 outdated)

CrateRequiredLatestStatus
 pretty_assertions^0.6.11.4.0out of date
 toml^0.5.60.8.12out of 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