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, 3 outdated, 2 possibly insecure)

CrateRequiredLatestStatus
 ahash^0.80.8.12up to date
 async-stream^0.30.3.6up to date
 base64^0.130.22.1out of date
 chrono ⚠️^0.40.4.44maybe insecure
 futures-util^0.30.3.32up to date
 maybe-async^0.20.2.10up to date
 parking_lot^0.120.12.5up to date
 reqwest^0.120.13.2out of date
 rustls ⚠️^0.230.23.37maybe insecure
 rustls-pki-types^11.14.0up to date
 serde^1.01.0.228up to date
 serde_json^1.01.0.149up to date
 tokio^1.471.51.0up to date
 tokio-tungstenite^0.280.29.0out of 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.