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 retsend

Dependencies

(15 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 sdl2^0.380.38.0up to date
 egui-sdl2^0.50.5.0up to date
 glow^0.170.18.0out of date
 serde^11.0.229up to date
 serde_json^11.0.151up to date
 toml^1.11.1.3+spec-1.1.0up to date
 log^0.40.4.33up to date
 env_logger^0.110.11.11up to date
 png^0.180.18.1up to date
 ureq^33.3.0up to date
 rustls ⚠️^0.230.23.42maybe insecure
 rcgen^0.140.14.8up to date
 sha2^0.110.11.0up to date
 socket2^0.60.6.5up to date
 getrandom^0.40.4.3up to date

Security Vulnerabilities

rustls: rustls network-reachable panic in `Acceptor::accept`

RUSTSEC-2024-0399

A bug introduced in rustls 0.23.13 leads to a panic if the received TLS ClientHello is fragmented. Only servers that use rustls::server::Acceptor::accept() are affected.

Servers that use tokio-rustls's LazyConfigAcceptor API are affected.

Servers that use tokio-rustls's TlsAcceptor API are not affected.

Servers that use rustls-ffi's rustls_acceptor_accept API are affected.