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 jmap-client

Dependencies

(14 total, 2 possibly insecure)

CrateRequiredLatestStatus
 ahash^0.80.8.12up to date
 async-stream^0.30.3.6up to date
 base64^0.220.22.1up to date
 chrono ⚠️^0.40.4.45maybe insecure
 futures-util^0.30.3.32up to date
 maybe-async^0.20.2.11up to date
 parking_lot^0.120.12.5up to date
 reqwest^0.130.13.4up to date
 rustls ⚠️^0.230.23.40maybe insecure
 rustls-pki-types^11.14.1up to date
 serde^1.01.0.228up to date
 serde_json^1.01.0.150up to date
 tokio^1.511.52.3up to date
 tokio-tungstenite^0.290.29.0up to date

Security Vulnerabilities

chrono: Potential segfault in `localtime_r` invocations

RUSTSEC-2020-0159

Impact

Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library.

Workarounds

No workarounds are known.

References

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.