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-secp256r1-program

Dependencies

(6 total, 1 possibly insecure)

CrateRequiredLatestStatus
 bytemuck^1.19.01.20.0up to date
 openssl ⚠️^0.100.10.68maybe insecure
 solana-feature-set=2.1.62.1.6up to date
 solana-instruction=2.1.62.1.6up to date
 solana-precompile-error=2.1.62.1.6up to date
 solana-pubkey=2.1.62.1.6up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 solana-logger=2.1.62.1.6up to date

Security Vulnerabilities

openssl: `MemBio::get_buf` has undefined behavior with empty buffers

RUSTSEC-2024-0357

Previously, MemBio::get_buf called slice::from_raw_parts with a null-pointer, which violates the functions invariants, leading to undefined behavior. In debug builds this would produce an assertion failure. This is now fixed.