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 libp2p-quic

Dependencies

(17 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 async-std^1.12.01.12.0up to date
 bytes^1.5.01.6.0up to date
 futures^0.3.290.3.30up to date
 futures-timer^3.0.23.0.3up to date
 if-watch^3.2.03.2.0up to date
 libp2p-core^0.41.20.41.2up to date
 libp2p-identity^0.2.80.2.8up to date
 libp2p-tls^0.3.00.3.0up to date
 parking_lot^0.12.00.12.2up to date
 quinn^0.10.20.11.0out of date
 rand^0.8.50.8.5up to date
 ring^0.16.200.17.8out of date
 rustls ⚠️^0.21.90.23.5out of date
 socket2^0.5.50.5.7up to date
 thiserror^1.0.501.0.60up to date
 tokio^1.34.01.37.0up to date
 tracing^0.1.370.1.40up to date

Dev dependencies

(8 total, all up-to-date)

CrateRequiredLatestStatus
 async-std^1.12.01.12.0up to date
 libp2p-identity^0.2.80.2.8up to date
 libp2p-noise^0.44.00.44.0up to date
 libp2p-tcp^0.41.00.41.0up to date
 libp2p-yamux^0.45.10.45.1up to date
 quickcheck^11.0.3up to date
 tokio^1.34.01.37.0up to date
 tracing-subscriber^0.30.3.18up to date

Security Vulnerabilities

rustls: `rustls::ConnectionCommon::complete_io` could fall into an infinite loop based on network input

RUSTSEC-2024-0336

If a close_notify alert is received during a handshake, complete_io does not terminate.

Callers which do not call complete_io are not affected.

rustls-tokio and rustls-ffi do not call complete_io and are not affected.

rustls::Stream and rustls::StreamOwned types use complete_io and are affected.