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-ed25519

Dependencies

(16 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 cfg-if^11.0.4up to date
 cpufeatures^0.3.00.3.1up to date
 curve25519-dalek-derive^0.1.10.1.1up to date
 der^0.7.90.8.1out of date
 digest^0.11.00.11.3up to date
 ed25519^2.2.33.0.0out of date
 ff^0.14.00.14.0up to date
 group^0.14.00.14.0up to date
 hashbrown ⚠️^0.150.17.1out of date
 pkcs8^0.10.10.11.0out of date
 rand^0.10.20.10.2up to date
 rand_core^0.10.10.10.1up to date
 serde^1.01.0.229up to date
 sha2^0.11.00.11.0up to date
 subtle^2.6.02.6.1up to date
 zeroize^11.9.0up to date

Dev dependencies

(8 total, 3 outdated)

CrateRequiredLatestStatus
 bincode^13.0.0out of date
 color-eyre^0.60.6.5up to date
 criterion^0.80.8.2up to date
 ed25519-dalek^2.2.03.0.0out of date
 hex^0.4.20.4.3up to date
 once_cell^1.211.21.4up to date
 proptest=1.6.01.11.0out of date
 rand^0.10.20.10.2up to date

Security Vulnerabilities

hashbrown: Borsh serialization of HashMap is non-canonical

RUSTSEC-2024-0402

The borsh serialization of the HashMap did not follow the borsh specification. It potentially produced non-canonical encodings dependent on insertion order. It also did not perform canonicty checks on decoding.

This can result in consensus splits and cause equivalent objects to be considered distinct.

This was patched in 0.15.1.