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.30.22.1out of date
 cargo_toml^0.3.00.22.1out of date
 clap_flags^0.3.00.5.0out of date
 exitfailure^0.5.10.5.1up to date
 failure^0.1.20.1.8up to date
 github_auth^0.7.10.8.0out of date
 human-panic^1.0.12.0.3out of date
 log^0.4.50.4.27up to date
 mkdirp^0.1.01.0.0out of date
 openssl ⚠️^0.10.120.10.73maybe insecure
 reqwest^0.9.20.12.22out of date
 serde^1.0.791.0.219up to date
 serde_derive^1.0.791.0.219up to date
 structopt^0.2.110.3.26out of date
 toml^0.4.80.9.0out of date

Security Vulnerabilities

openssl: Use-After-Free in `Md::fetch` and `Cipher::fetch`

RUSTSEC-2025-0022

When a Some(...) value was passed to the properties argument of either of these functions, a use-after-free would result.

In practice this would nearly always result in OpenSSL treating the properties as an empty string (due to CString::drop's behavior).

The maintainers thank quitbug for reporting this vulnerability to us.