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 oxhttp

Dependencies

(9 total, 1 possibly insecure)

CrateRequiredLatestStatus
 flate2^11.0.35up to date
 httparse^1.81.10.0up to date
 native-tls^0.2.110.2.13up to date
 rustls ⚠️^0.23.160.23.23maybe insecure
 rustls-native-certs^0.80.8.1up to date
 rustls-pki-types^1.101.11.0up to date
 rustls-platform-verifier^0.50.5.0up to date
 url^2.42.5.4up to date
 webpki-roots^0.260.26.8up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 codspeed-criterion-compat^22.8.0up 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.