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_core

Dependencies

(20 total, 9 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 blake2-rfc^0.20.2.18up to date
 byteorder^11.5.0up to date
 chrono ⚠️^0.4.40.4.45maybe insecure
 croaring^0.3.92.6.0out of date
 enum_primitive^0.10.1.1up to date
 failure^0.10.1.8up to date
 failure_derive^0.10.1.8up to date
 grin_keychain^2.1.05.5.0out of date
 grin_util^2.1.05.5.0out of date
 lazy_static^11.5.0up to date
 log^0.40.4.32up to date
 lru-cache^0.10.1.2up to date
 num^0.20.4.3out of date
 num-bigint^0.20.4.6out of date
 rand^0.60.10.1out of date
 serde^11.0.228up to date
 serde_derive^11.0.228up to date
 siphasher^0.21.0.3out of date
 uuid^0.61.23.3out of date
 zeroize^0.91.9.0out of date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 serde_json^11.0.150up 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