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

Dependencies

(15 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 actix-codec^0.4.20.5.2out of date
 actix-rt^2.2.02.9.0up to date
 actix-service^2.0.02.0.2up to date
 actix-utils^3.0.03.0.1up to date
 derive_more^0.99.50.99.17up to date
 futures-core^0.3.70.3.30up to date
 http^0.2.31.1.0out of date
 log^0.40.4.21up to date
 pin-project-lite^0.2.70.2.14up to date
 openssl ⚠️^0.10.90.10.64maybe insecure
 tokio-native-tls^0.30.3.1up to date
 tokio-openssl^0.60.6.4up to date
 tokio-rustls^0.230.26.0out of date
 tokio-util^0.6.30.7.10out of date
 webpki-roots^0.220.26.1out 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.