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, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 compio-buf^0.7.10.8.1out of date
 compio-io^0.8.40.9.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.40maybe insecure

Dev dependencies

(6 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 compio-macros^0.1.20.1.2up to date
 compio-net^0.10.00.11.1out of date
 compio-runtime^0.10.00.11.0out of date
 futures-rustls^0.26.00.26.0up to date
 rustls ⚠️^0.23.10.23.40maybe insecure
 rustls-native-certs^0.8.00.8.3up 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.