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

(19 total, 8 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 blake2-rfc^0.20.2.18up to date
 byteorder^11.5.0up to date
 chrono ⚠️^0.4.40.4.38maybe insecure
 croaring^0.3.91.0.1out 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^1.1.05.3.0out of date
 grin_util^1.1.05.3.0out of date
 lazy_static^11.4.0up to date
 log^0.40.4.21up to date
 lru-cache^0.10.1.2up to date
 num^0.20.4.2out of date
 num-bigint^0.20.4.4out of date
 rand^0.60.8.5out of date
 serde^11.0.199up to date
 serde_derive^11.0.199up to date
 siphasher^0.21.0.1out of date
 uuid^0.61.8.0out of date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 serde_json^11.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