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 compio-tls

Dependencies

(6 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 compio-buf^0.8.00.8.3up to date
 compio-io^0.9.00.10.1out of date
 futures-rustls^0.26.00.26.0up to date
 futures-util^0.3.290.3.32up to date
 native-tls^0.2.130.2.18up to date
 rustls ⚠️^0.23.10.23.41maybe insecure

Dev dependencies

(6 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 compio-macros^0.1.20.2.0out of date
 compio-net^0.11.00.12.1out of date
 compio-runtime^0.11.00.12.2out of date
 futures-rustls^0.26.00.26.0up to date
 rustls ⚠️^0.23.10.23.41maybe insecure
 rustls-native-certs^0.8.00.8.4up to date

Security Vulnerabilities

rustls: rustls network-reachable panic in `Acceptor::accept`

RUSTSEC-2024-0399

A bug introduced in rustls 0.23.13 leads to a panic if the received TLS ClientHello is fragmented. Only servers that use rustls::server::Acceptor::accept() are affected.

Servers that use tokio-rustls's LazyConfigAcceptor API are affected.

Servers that use tokio-rustls's TlsAcceptor API are not affected.

Servers that use rustls-ffi's rustls_acceptor_accept API are affected.