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 surf

Dependencies

(17 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 async-native-tls^0.3.30.5.0out of date
 async-std^1.6.01.13.0up to date
 async-trait^0.1.360.1.83up to date
 cfg-if^1.0.01.0.0up to date
 encoding_rs^0.8.200.8.35up to date
 futures-util^0.3.50.3.31up to date
 getrandom^0.2.00.2.15up to date
 http-client^6.5.06.5.3up to date
 http-types^2.5.02.12.0up to date
 log^0.4.70.4.22up to date
 mime_guess^2.0.32.0.5up to date
 once_cell^1.4.11.20.2up to date
 pin-project-lite^0.2.00.2.15up to date
 rustls ⚠️^0.180.23.17out of date
 serde^1.0.971.0.215up to date
 serde_json^1.0.401.0.132up to date
 web-sys^0.3.250.3.72up to date

Dev dependencies

(5 total, 2 outdated)

CrateRequiredLatestStatus
 async-std^1.6.01.13.0up to date
 femme^1.1.02.2.1out of date
 mockito^0.23.31.6.1out of date
 serde^1.0.971.0.215up to date
 tide^0.16.00.16.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.