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.78.1out of date
 docopt^1.0.21.1.1up to date
 env_logger^0.6.00.11.3out of date
 failure^0.1.50.1.8up to date
 openssl ⚠️^0.10.160.10.64maybe insecure
 serde^1.0.861.0.198up to date
 serde_derive^1.0.861.0.198up to date
 serde_json^1.0.381.0.116up to date
 toml^0.4.100.8.12out of date

Dev dependencies

(1 total, 1 outdated)

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