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 ureq

Dependencies

(20 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 base64^0.210.22.0out of date
 brotli-decompressor^2.3.24.0.0out of date
 cookie^0.180.18.1up to date
 cookie_store^0.210.21.0up to date
 encoding_rs^0.80.8.34up to date
 flate2^1.0.221.0.29up to date
 hootbin^0.1.50.1.5up to date
 http^0.21.1.0out of date
 log^0.40.4.21up to date
 native-tls^0.20.2.11up to date
 once_cell^11.19.0up to date
 rustls ⚠️^0.22.00.23.5out of date
 rustls-native-certs^0.70.7.0up to date
 rustls-pki-types^11.5.0up to date
 serde^11.0.198up to date
 serde_json>=1.0.971.0.116up to date
 socks^0.30.3.4up to date
 url^22.5.0up to date
 rustls-webpki^0.1020.102.3up to date
 webpki-roots^0.260.26.1up to date

Dev dependencies

(4 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 env_logger<=0.90.11.3out of date
 rustls ⚠️^0.22.00.23.5out of date
 rustls-pemfile^2.02.1.2up to date
 serde^11.0.198up 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.