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 monoio-rustls

Dependencies

(5 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 bytes^11.8.0up to date
 monoio^0.2.00.2.4up to date
 monoio-io-wrapper^0.1.10.1.1up to date
 rustls ⚠️~0.23.40.23.16maybe insecure
 thiserror^12.0.3out of date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 monoio^0.2.00.2.4up to date
 webpki-roots~0.26.10.26.6up 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.