This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate async-tls

Dependencies

(6 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 futures-core^0.3.50.3.30up to date
 futures-io^0.3.50.3.30up to date
 rustls ⚠️^0.210.23.7out of date
 rustls-pemfile^1.02.1.2out of date
 rustls-webpki^0.101.40.102.4out of date
 webpki-roots^0.22.30.26.1out of date

Dev dependencies

(4 total, all up-to-date)

CrateRequiredLatestStatus
 async-std^1.111.12.0up to date
 futures-executor^0.3.50.3.30up to date
 futures-util^0.3.50.3.30up to date
 lazy_static^11.4.0up 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.