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 ethers-core

Dependencies

(22 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 arrayvec^0.70.7.6up to date
 bytes^1.41.8.0up to date
 cargo_metadata^0.18.00.18.1up to date
 chrono ⚠️^0.40.4.38maybe insecure
 elliptic-curve^0.13.50.13.8up to date
 ethabi^18.0.018.0.0up to date
 generic-array^0.14.71.1.0out of date
 const-hex^1.61.13.1up to date
 k256^0.13.10.13.4up to date
 num_enum^0.70.7.3up to date
 once_cell^1.181.20.2up to date
 open-fastrlp^0.1.40.1.4up to date
 rand^0.80.8.5up to date
 rlp^0.50.6.1out of date
 serde^1.01.0.214up to date
 serde_json^1.01.0.132up to date
 strum^0.26.10.26.3up to date
 syn^2.02.0.87up to date
 tempfile^3.83.13.0up to date
 thiserror^1.01.0.68up to date
 tiny-keccak^2.0.22.0.2up to date
 unicode-xid^0.20.2.6up to date

Dev dependencies

(4 total, all up-to-date)

CrateRequiredLatestStatus
 bincode^1.3.31.3.3up to date
 hex-literal^0.40.4.1up to date
 once_cell^1.181.20.2up to date
 rand^0.80.8.5up 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