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 near-primitives

Dependencies

(19 total, 13 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 borsh^0.91.5.7out of date
 byteorder^1.31.5.0up to date
 bytesize^1.12.0.1out of date
 chrono ⚠️^0.4.40.4.41maybe insecure
 deepsize^0.2.00.2.0up to date
 derive_more^0.99.32.0.1out of date
 easy-ext^0.21.0.2out of date
 hex^0.40.4.3up to date
 near-crypto^0.12.00.30.3out of date
 near-primitives-core^0.12.00.30.3out of date
 near-rpc-error-macro^0.12.00.26.0out of date
 near-vm-errors^0.12.03.1.0out of date
 num-rational^0.30.4.2out of date
 primitive-types^0.100.13.1out of date
 rand^0.70.9.1out of date
 reed-solomon-erasure^46.0.0out of date
 serde^11.0.219up to date
 serde_json^11.0.140up to date
 smart-default^0.60.7.1out of date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 bencher^0.1.50.1.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