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 mesalink

Dependencies

(14 total, 12 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 base64^0.100.22.0out of date
 bitflags^1.02.5.0out of date
 enum_to_u8_slice_derive^0.10.2.0out of date
 env_logger^0.60.11.3out of date
 jemallocator^0.30.5.4out of date
 lazy_static^1.01.4.0up to date
 libc^0.20.2.153up to date
 parking_lot^0.90.12.1out of date
 ring^0.160.17.8out of date
 rustls^0.16.00.23.4out of date
 sct^0.6.00.7.1out of date
 untrusted^0.70.9.0out of date
 webpki ⚠️^0.21.00.22.4out of date
 webpki-roots^0.17.00.26.1out of date

Dev dependencies

(2 total, 1 outdated)

CrateRequiredLatestStatus
 env_logger^0.60.11.3out of date
 log^0.40.4.21up to date

Security Vulnerabilities

webpki: webpki: CPU denial of service in certificate path building

RUSTSEC-2023-0052

When this crate is given a pathological certificate chain to validate, it will spend CPU time exponential with the number of candidate certificates at each step of path building.

Both TLS clients and TLS servers that accept client certificate are affected.

This was previously reported in https://github.com/briansmith/webpki/issues/69 and re-reported recently by Luke Malinowski.

webpki 0.22.1 included a partial fix and webpki 0.22.2 added further fixes.