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 jsonrpsee-client-transport

Dependencies

(17 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 base64^0.220.22.1up to date
 futures-channel^0.3.140.3.31up to date
 futures-util^0.3.140.3.31up to date
 gloo-net^0.6.00.6.0up to date
 http^11.2.0up to date
 jsonrpsee-core^0.24.50.24.7up to date
 pin-project^11.1.7up to date
 rustls ⚠️^0.230.23.20maybe insecure
 rustls-pki-types^11.10.1up to date
 rustls-platform-verifier^0.3.10.5.0out of date
 soketto^0.80.8.1up to date
 thiserror^12.0.9out of date
 tokio^1.23.11.42.0up to date
 tokio-rustls^0.260.26.1up to date
 tokio-util^0.70.7.13up to date
 tracing^0.1.340.1.41up to date
 url^2.4.02.5.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.