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 solana-streamer

Dependencies

(30 total, 8 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 async-channel^1.9.02.3.1out of date
 bytes^1.81.9.0up to date
 crossbeam-channel^0.5.130.5.14up to date
 dashmap^5.5.36.1.0out of date
 futures^0.3.310.3.31up to date
 futures-util^0.3.290.3.31up to date
 governor^0.6.30.8.0out of date
 histogram^0.6.90.11.1out of date
 indexmap^2.6.02.7.0up to date
 itertools^0.12.10.13.0out of date
 libc^0.2.1610.2.168up to date
 log^0.4.220.4.22up to date
 nix^0.29.00.29.0up to date
 pem^1.1.13.0.4out of date
 percentage^0.1.00.1.0up to date
 quinn^0.11.60.11.6up to date
 quinn-proto^0.11.90.11.9up to date
 rand^0.8.50.8.5up to date
 rustls ⚠️^0.23.150.23.20maybe insecure
 smallvec^1.13.21.13.2up to date
 socket2^0.5.70.5.8up to date
 solana-measure=2.1.62.1.6up to date
 solana-metrics=2.1.62.1.6up to date
 solana-perf=2.1.62.1.6up to date
 solana-sdk=2.1.62.1.6up to date
 solana-transaction-metrics-tracker=2.1.62.1.6up to date
 thiserror^1.0.652.0.7out of date
 tokio^1.29.11.42.0up to date
 tokio-util^0.70.7.13up to date
 x509-parser^0.14.00.16.0out of date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 assert_matches^1.5.01.5.0up to date
 solana-logger=2.1.62.1.6up 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.