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 solana-sdk

Dependencies

(14 total, 7 outdated, 2 possibly insecure)

CrateRequiredLatestStatus
 bincode^1.1.21.3.3up to date
 bs58^0.2.00.5.1out of date
 byteorder^1.2.11.5.0up to date
 chrono ⚠️^0.4.00.4.38maybe insecure
 generic-array ⚠️^0.12.01.0.0out of date
 hex^0.3.20.4.3out of date
 itertools^0.8.00.12.1out of date
 log^0.4.20.4.21up to date
 ring^0.13.20.17.8out of date
 serde^1.0.891.0.198up to date
 serde_derive^1.0.891.0.198up to date
 serde_json^1.0.391.0.116up to date
 sha2^0.8.00.10.8out of date
 untrusted^0.6.20.9.0out of date

Security Vulnerabilities

generic-array: arr! macro erases lifetimes

RUSTSEC-2020-0146

Affected versions of this crate allowed unsoundly extending lifetimes using arr! macro. This may result in a variety of memory corruption scenarios, most likely use-after-free.

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