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 rustls-ffi

Dependencies

(6 total, 1 possibly insecure)

CrateRequiredLatestStatus
 libc^0.20.2.158up to date
 log^0.4.170.4.22up to date
 rustls-pki-types^11.8.0up to date
 rustls ⚠️^0.23.40.23.13maybe insecure
 rustls-pemfile^22.1.3up to date
 rustls-webpki^0.102.00.102.8up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 regex^1.9.61.10.6up 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.