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

Crate trust-dns-rustls

Dependencies

(5 total, 4 outdated, 1 insecure)

CrateRequiredLatestStatus
 futures^0.1.170.3.34out of date
 rustls ⚠️^0.110.23.45insecure
 tokio-rustls^0.40.26.5out of date
 tokio-tcp^0.10.1.4up to date
 trust-dns-proto^0.40.23.2out of date

Dev dependencies

(2 total, 1 outdated)

CrateRequiredLatestStatus
 openssl^0.100.10.81up to date
 tokio^0.1.61.53.1out of 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.