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 rostrum

Dependencies

(45 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 anyhow^1.01.0.98up to date
 base64^0.220.22.1up to date
 bincode^1.02.0.1out of date
 bitcoin_hashes^0.11.00.16.0out of date
 bitcoincash^0.29.20.29.2up to date
 byteorder^11.5.0up to date
 configure_me^0.40.4.0up to date
 dirs-next^2.0.02.0.0up to date
 hex^0.40.4.3up to date
 ip_rfc^0.1.00.1.0up to date
 indexmap^2.72.9.0up to date
 jsonrpc^0.18.00.18.0up to date
 libc^0.20.2.172up to date
 log^0.40.4.27up to date
 prometheus^0.140.14.0up to date
 rand^0.90.9.1up to date
 rayon^1.5.31.10.0up to date
 rust_decimal^1.8.11.37.1up to date
 serde^1.01.0.219up to date
 serde_derive^1.01.0.219up to date
 serde_json^1.01.0.140up to date
 sha-1^0.100.10.1up to date
 sha2^0.10.20.10.9up to date
 signal-hook^0.30.3.18up to date
 stderrlog^0.60.6.0up to date
 version-compare^0.20.2.0up to date
 rocksdb^0.230.23.0up to date
 ureq^3.03.0.11up to date
 tokio^1.321.45.0up to date
 async-trait^0.10.1.88up to date
 tokio-tungstenite^0.260.26.2up to date
 futures-util^0.30.3.31up to date
 futures^0.30.3.31up to date
 bb8^0.90.9.0up to date
 hyper^1.51.6.0up to date
 http-body-util^0.10.1.3up to date
 hyper-util^0.10.1.11up to date
 electrum-client-netagnostic^0.200.20.0up to date
 rustls ⚠️^0.230.23.27maybe insecure
 parse_arg=0.1.41.0.1out of date
 page_size^0.40.6.0out of date
 sysconf>=0.3.40.3.4up to date
 tikv-jemalloc-ctl^0.60.6.0up to date
 tikv-jemallocator^0.60.6.0up to date
 ctrlc^3.4.03.4.7up to date

Build dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 configure_me_codegen^0.4.00.4.8up 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.