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 native-tls

Dependencies

(10 total, 1 possibly insecure)

CrateRequiredLatestStatus
 lazy_static^1.4.01.4.0up to date
 libc^0.20.2.153up to date
 log^0.4.50.4.21up to date
 openssl ⚠️^0.10.290.10.64maybe insecure
 openssl-probe^0.10.1.5up to date
 openssl-sys^0.9.550.9.102up to date
 schannel^0.1.160.1.23up to date
 security-framework^2.0.02.10.0up to date
 security-framework-sys^2.0.02.10.0up to date
 tempfile^3.1.03.10.1up to date

Dev dependencies

(2 total, 1 outdated)

CrateRequiredLatestStatus
 tempfile^3.03.10.1up to date
 test-cert-gen^0.10.9.0out of 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.