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

Dependencies

(17 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 async-trait^0.1.820.1.88up to date
 flume^0.110.11.1up to date
 futures^0.3.300.3.31up to date
 rustls ⚠️^0.23.130.23.27maybe insecure
 rustls-webpki^0.102.80.103.3out of date
 serde^1.0.2101.0.219up to date
 time^0.3.360.3.41up to date
 tokio^1.40.01.45.0up to date
 tokio-util^0.7.120.7.15up to date
 tracing^0.10.1.41up to date
 zenoh-buffers=1.3.41.3.4up to date
 zenoh-codec=1.3.41.3.4up to date
 zenoh-core=1.3.41.3.4up to date
 zenoh-protocol=1.3.41.3.4up to date
 zenoh-result=1.3.41.3.4up to date
 zenoh-runtime=1.3.41.3.4up to date
 zenoh-util=1.3.41.3.4up 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.