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 tendermint

Dependencies

(21 total, 13 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 byteorder^1.21.5.0up to date
 bytes^0.41.6.0out of date
 chrono ⚠️^0.40.4.38maybe insecure
 digest^0.80.10.7out of date
 failure^0.10.1.8up to date
 failure_derive^0.10.1.8up to date
 hkdf^0.70.12.4out of date
 prost-amino^0.4.00.6.0out of date
 prost-amino-derive^0.4.00.6.1out of date
 rand_os^0.10.2.2out of date
 ring^0.140.17.8out of date
 serde^11.0.198up to date
 serde_derive^11.0.198up to date
 sha2^0.80.10.8out of date
 signatory^0.11.20.27.1out of date
 signatory-dalek^0.11N/Aup to date
 subtle^22.5.0up to date
 subtle-encoding^0.30.5.1out of date
 tai64^14.0.0out of date
 x25519-dalek^0.4.42.0.1out of date
 zeroize^0.5.21.7.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