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

Crate trust-dns-resolver

Dependencies

(22 total, 11 outdated, 1 insecure)

CrateRequiredLatestStatus
 cfg-if^1.0.01.0.5up to date
 futures-util^0.3.50.3.34up to date
 ipconfig^0.2.20.3.4out of date
 lazy_static^1.01.5.0up to date
 log^0.40.4.34up to date
 lru-cache^0.1.20.1.2up to date
 parking_lot^0.110.12.5out of date
 resolv-conf^0.7.00.7.6up to date
 rustls ⚠️^0.190.23.45insecure
 serde^1.01.0.229up to date
 smallvec^1.61.16.1up to date
 thiserror^1.0.202.0.20out of date
 tokio^1.01.53.1up to date
 tokio-native-tls^0.30.3.1up to date
 tokio-openssl^0.6.00.6.5up to date
 tokio-rustls^0.220.26.5out of date
 trust-dns-https^0.20.20.21.1out of date
 trust-dns-native-tls^0.20.20.21.1out of date
 trust-dns-openssl^0.20.20.21.1out of date
 trust-dns-proto^0.20.20.23.2out of date
 trust-dns-rustls^0.20.20.21.1out of date
 webpki-roots^0.211.0.9out of date

Dev dependencies

(2 total, 1 outdated)

CrateRequiredLatestStatus
 env_logger^0.80.11.11out of date
 futures-executor^0.3.50.3.34up 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.