This project contains known security vulnerabilities. Find detailed information at the bottom.

Crate hyper-rustls

Dependencies

(8 total, 6 outdated, 1 insecure)

CrateRequiredLatestStatus
 http^0.21.5.0out of date
 hyper^0.141.11.1out of date
 log^0.4.40.4.34up to date
 rustls ⚠️^0.20.10.23.45insecure
 rustls-native-certs^0.60.8.4out of date
 tokio^1.01.53.1up to date
 tokio-rustls^0.230.26.5out of date
 webpki-roots^0.221.0.9out of date

Dev dependencies

(5 total, 3 outdated, 1 insecure)

CrateRequiredLatestStatus
 futures-util^0.3.10.3.34up to date
 hyper^0.141.11.1out of date
 rustls ⚠️^0.20.10.23.45insecure
 rustls-pemfile^1.0.02.2.0out of date
 tokio^1.01.53.1up to date

Security Vulnerabilities

rustls: `rustls::ConnectionCommon::complete_io` could fall into an infinite loop based on network input

RUSTSEC-2024-0336

If a close_notify alert is received during a handshake, complete_io does not terminate.

Callers which do not call complete_io are not affected.

rustls-tokio and rustls-ffi do not call complete_io and are not affected.

rustls::Stream and rustls::StreamOwned types use complete_io and are affected.