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

Crate trust-dns-resolver

Dependencies

(16 total, 13 outdated, 1 insecure)

CrateRequiredLatestStatus
 cfg-if^0.11.0.5out of date
 error-chain^0.1.120.12.4out of date
 futures^0.1.170.3.34out of date
 ipconfig^0.1.40.3.4out of date
 lazy_static^1.01.5.0up to date
 log^0.4.10.4.34up to date
 lru-cache^0.1.10.1.2up to date
 resolv-conf^0.6.00.7.6out of date
 rustls ⚠️^0.110.23.45insecure
 smallvec^0.61.16.1out of date
 tokio^0.1.61.53.1out of date
 trust-dns-native-tls^0.30.21.1out of date
 trust-dns-openssl^0.30.21.1out of date
 trust-dns-proto^0.40.23.2out of date
 trust-dns-rustls^0.30.21.1out of date
 webpki-roots^0.131.0.9out of date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 tokio-io^0.10.1.13up 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.