This project contains known security vulnerabilities. Find detailed information at the bottom.

Crate bollard

Dependencies

(30 total, 10 outdated, 1 insecure)

CrateRequiredLatestStatus
 base64^0.130.23.1out of date
 bollard-stubs=1.42.0-rc.31.41.0up to date
 bytes^11.12.1up to date
 chrono^0.40.4.45up to date
 ct-logs^0.9.00.9.0up to date
 dirs-next^2.02.0.0up to date
 futures-core^0.30.3.34up to date
 futures-util^0.30.3.34up to date
 hex^0.4.20.4.3up to date
 http^0.21.5.0out of date
 hyper^0.141.11.1out of date
 hyper-rustls^0.230.27.9out of date
 hyperlocal^0.8.00.9.1out of date
 log^0.40.4.34up to date
 pin-project-lite^0.2.80.2.17up to date
 rustls ⚠️^0.200.23.45insecure
 rustls-native-certs^0.6.00.8.4out of date
 rustls-pemfile^1.02.2.0out of date
 serde^1.01.0.229up to date
 serde_derive^1.01.0.229up to date
 serde_json^1.01.0.151up to date
 serde_urlencoded^0.70.7.1up to date
 thiserror^1.02.0.20out of date
 time^0.30.3.55up to date
 tokio^1.71.53.1up to date
 tokio-util^0.70.7.19up to date
 url^2.22.5.8up to date
 webpki^0.220.22.4up to date
 webpki-roots^0.221.0.9out of date
 winapi^0.3.90.3.9up to date

Dev dependencies

(5 total, 2 outdated)

CrateRequiredLatestStatus
 env_logger^0.90.11.11out of date
 flate2^1.01.1.10up to date
 tar^0.40.4.46up to date
 termion^1.54.0.6out of date
 tokio^1.71.53.1up 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.