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

Crate trust-dns-resolver

Dependencies

(18 total, 5 outdated, 1 insecure)

CrateRequiredLatestStatus
 cfg-if^1.0.01.0.5up to date
 futures-util^0.3.50.3.34up to date
 ipconfig^0.3.00.3.4up to date
 lazy_static^1.2.01.5.0up to date
 log^0.40.4.34up to date
 lru-cache^0.1.20.1.2up to date
 parking_lot^0.120.12.5up to date
 resolv-conf^0.7.00.7.6up to date
 rustls ⚠️^0.20.00.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.23.00.26.5out of date
 trust-dns-proto^0.21.10.23.2out of date
 webpki-roots^0.22.11.0.9out of date

Dev dependencies

(2 total, 1 outdated)

CrateRequiredLatestStatus
 env_logger^0.90.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.