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 zenoh-link-quic_datagram

Dependencies

(13 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 async-trait^0.1.820.1.89up to date
 quinn^0.11.50.11.8up to date
 rustls ⚠️^0.23.130.23.31maybe insecure
 rustls-webpki^0.102.80.103.4out of date
 time^0.3.360.3.41up to date
 tokio^1.40.01.47.1up to date
 tokio-util^0.7.120.7.16up to date
 tracing^0.10.1.41up to date
 zenoh-core=1.5.01.5.0up to date
 zenoh-link-commons=1.5.01.5.0up to date
 zenoh-protocol=1.5.01.5.0up to date
 zenoh-result=1.5.01.5.0up to date
 zenoh-util=1.5.01.5.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.