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 iroh-quinn-proto

Dependencies

(11 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 arbitrary^1.0.11.4.1up to date
 bytes^11.9.0up to date
 rand^0.80.9.0out of date
 ring^0.170.17.8up to date
 rustc-hash^22.1.0up to date
 rustls ⚠️^0.23.50.23.21maybe insecure
 rustls-platform-verifier^0.30.5.0out of date
 slab^0.4.90.4.9up to date
 thiserror^1.0.212.0.11out of date
 tinyvec^1.11.8.1up to date
 tracing^0.1.100.1.41up to date

Dev dependencies

(5 total, all up-to-date)

CrateRequiredLatestStatus
 assert_matches^1.11.5.0up to date
 hex-literal^0.40.4.1up to date
 lazy_static^11.5.0up to date
 rcgen^0.130.13.2up to date
 tracing-subscriber^0.3.10.3.19up 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.