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

(4 total, 1 possibly insecure)

CrateRequiredLatestStatus
 compio-buf^0.5.10.5.1up to date
 compio-io^0.6.00.6.0up to date
 native-tls^0.2.110.2.14up to date
 rustls ⚠️^0.23.10.23.27maybe insecure

Dev dependencies

(5 total, 1 possibly insecure)

CrateRequiredLatestStatus
 compio-macros^0.1.20.1.2up to date
 compio-net^0.7.00.7.0up to date
 compio-runtime^0.7.00.7.0up to date
 rustls ⚠️^0.23.10.23.27maybe insecure
 rustls-native-certs^0.8.00.8.1up 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.