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 tokio-tungstenite-wasm

Dependencies

(12 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 futures-channel^0.30.3.31up to date
 futures-util^0.30.3.31up to date
 http^1.11.2.0up to date
 httparse^1.31.10.0up to date
 js-sys^0.30.3.77up to date
 native-tls^0.20.2.13up to date
 rustls ⚠️^0.220.23.21out of date
 thiserror^1.02.0.11out of date
 tokio^1.361.43.0up to date
 tokio-tungstenite^0.210.26.1out of date
 wasm-bindgen^0.20.2.100up to date
 web-sys^0.30.3.77up to date

Dev dependencies

(3 total, 1 outdated)

CrateRequiredLatestStatus
 assert-impl^0.10.1.3up to date
 rand^0.80.9.0out of date
 tokio^1.361.43.0up 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.