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 openssl-async

Dependencies

(4 total, 1 possibly insecure)

CrateRequiredLatestStatus
 async-stdio^0.3.0-alpha.40.0.0up to date
 futures-preview^0.3.0-alpha.190.2.2up to date
 openssl ⚠️^0.10.250.10.64maybe insecure
 tokio-io^0.2.0-alpha.60.1.13up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 runtime^0.3.0-alpha.70.0.0up 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.