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 cargo-vendor

Dependencies

(9 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 cargo^0.33.00.89.0out of date
 docopt^1.0.21.1.1up to date
 env_logger^0.6.00.11.8out of date
 failure^0.1.50.1.8up to date
 openssl ⚠️^0.10.160.10.73maybe insecure
 serde^1.0.861.0.219up to date
 serde_derive^1.0.861.0.219up to date
 serde_json^1.0.381.0.140up to date
 toml^0.4.100.9.2out of date

Dev dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 once_cell^0.11.21.3out 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.