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 crossgen

Dependencies

(15 total, 9 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 base64^0.9.20.22.0out of date
 cargo_toml^0.3.00.20.1out of date
 clap_flags^0.2.00.5.0out of date
 exitfailure^0.5.10.5.1up to date
 failure^0.1.20.1.8up to date
 github_auth^0.6.00.8.0out of date
 human-panic^1.0.02.0.0out of date
 log^0.4.40.4.21up to date
 mkdirp^0.1.01.0.0out of date
 openssl ⚠️^0.10.110.10.64maybe insecure
 reqwest^0.8.80.12.4out of date
 serde^1.0.751.0.198up to date
 serde_derive^1.0.751.0.198up to date
 structopt^0.2.100.3.26out of date
 toml^0.4.60.8.12out 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.