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 actix-server-config

Dependencies

(7 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 futures^0.1.250.3.30out of date
 rustls ⚠️^0.15.20.23.5out of date
 tokio-io^0.1.120.1.13up to date
 tokio-openssl^0.3.00.6.4out of date
 tokio-rustls^0.9.10.26.0out of date
 tokio-tcp^0.10.1.4up to date
 tokio-uds^0.2.50.2.7up 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.