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 vrf

Dependencies

(3 total, 1 possibly insecure)

CrateRequiredLatestStatus
 failure^0.1.80.1.8up to date
 hmac-sha256^1.1.21.1.7up to date
 openssl ⚠️^0.10.380.10.64maybe insecure

Dev dependencies

(4 total, 2 outdated)

CrateRequiredLatestStatus
 clap^2.32.04.5.4out of date
 hex^0.3.20.4.3out of date
 serde^1.0.901.0.202up to date
 serde_json^1.0.391.0.117up to date

Security Vulnerabilities

openssl: `openssl` `X509VerifyParamRef::set_host` buffer over-read

RUSTSEC-2023-0044

When this function was passed an empty string, openssl would attempt to call strlen on it, reading arbitrary memory until it reached a NUL byte.