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, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 arrayvec^0.70.7.4up to date
 bytes^1.41.6.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.0.0out of date
 const-hex^1.61.11.4up to date
 k256^0.13.10.13.3up to date
 num_enum^0.70.7.2up to date
 once_cell^1.181.19.0up to date
 open-fastrlp^0.1.40.1.4up to date
 rand^0.80.8.5up to date
 rlp^0.50.5.2up to date
 serde^1.01.0.202up to date
 serde_json^1.01.0.117up to date
 strum^0.26.10.26.2up to date
 syn^2.02.0.64up to date
 tempfile^3.83.10.1up to date
 thiserror^1.01.0.61up to date
 tiny-keccak^2.0.22.0.2up to date
 unicode-xid^0.20.2.4up 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.19.0up 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