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 trust-dns-util

Dependencies

(8 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 clap^2.33.04.5.4out of date
 data-encoding^2.1.02.5.0up to date
 env_logger^0.70.11.3out of date
 log^0.40.4.21up to date
 openssl ⚠️^0.100.10.64maybe insecure
 trust-dns-client^0.19.20.23.2out of date
 trust-dns-proto^0.19.20.23.2out of date
 trust-dns-resolver^0.19.20.23.2out of date

Security Vulnerabilities

openssl: `openssl` `X509VerifyParamRef::set_host` buffer over-read

RUSTSEC-2023-0044

When this function was passed an empty string, openssl would attempt to call strlen on it, reading arbitrary memory until it reached a NUL byte.