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-ws

Dependencies

(10 total, 1 possibly insecure)

CrateRequiredLatestStatus
 compio-buf^0.7.00.7.0up to date
 compio-io^0.8.30.8.3up to date
 compio-net^0.9.00.9.0up to date
 compio-tls^0.7.10.7.1up to date
 log^0.40.4.28up to date
 rustls ⚠️^0.23.10.23.35maybe insecure
 rustls-pemfile^2.02.2.0up to date
 rustls-platform-verifier^0.6.00.6.2up to date
 tungstenite^0.28.00.28.0up to date
 webpki-roots^1.0.41.0.4up to date

Dev dependencies

(7 total, all up-to-date)

CrateRequiredLatestStatus
 compio-driver^0.9.20.9.2up to date
 compio-macros^0.1.20.1.2up to date
 compio-net^0.9.00.9.0up to date
 compio-runtime^0.9.40.9.5up to date
 env_logger^0.110.11.8up to date
 futures-channel^0.3.290.3.31up to date
 log^0.40.4.28up 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.