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 grin

Dependencies

(23 total, 15 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 blake2-rfc^0.20.2.18up to date
 chrono ⚠️^0.4.40.4.38maybe insecure
 clap^2.314.5.4out of date
 ctrlc^3.13.4.4up to date
 cursive^0.9.00.20.0out of date
 daemonize^0.30.5.0out of date
 failure^0.10.1.8up to date
 failure_derive^0.10.1.8up to date
 grin_api^1.0.05.3.0out of date
 grin_config^1.0.05.3.0out of date
 grin_core^1.0.05.3.0out of date
 grin_keychain^1.0.05.3.0out of date
 grin_p2p^1.0.05.3.0out of date
 grin_servers^1.0.05.3.0out of date
 grin_util^1.0.05.3.0out of date
 grin_wallet^1.0.05.1.0out of date
 humansize^1.1.02.1.3out of date
 linefeed^0.50.6.0out of date
 log^0.40.4.21up to date
 rpassword^2.0.07.3.1out of date
 serde^11.0.198up to date
 serde_json^11.0.116up to date
 term^0.50.7.0out of date

Dev dependencies

(2 total, 2 outdated)

CrateRequiredLatestStatus
 grin_chain^1.0.05.3.0out of date
 grin_store^1.0.05.3.0out 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