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 findomain

Dependencies

(12 total, 6 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 clap^2.33.04.5.4out of date
 failure^0.1.70.1.8up to date
 lazy_static^1.4.01.4.0up to date
 openssl ⚠️^0.10.280.10.64maybe insecure
 postgres^0.17.20.19.7out of date
 rand^0.7.30.8.5out of date
 rayon^1.3.01.10.0up to date
 reqwest^0.10.40.12.4out of date
 semver^0.9.01.0.22out of date
 serde^1.0.1051.0.198up to date
 serde_derive^1.0.1051.0.198up to date
 trust-dns-resolver^0.19.30.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.