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 wasm-bindgen-cli

Dependencies

(13 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 curl^0.4.130.4.46up to date
 docopt^1.01.1.1up to date
 env_logger^0.50.11.3out of date
 failure^0.1.20.1.8up to date
 log^0.40.4.21up to date
 openssl ⚠️^0.10.110.10.64maybe insecure
 parity-wasm^0.310.45.0out of date
 rouille^2.1.03.6.2out of date
 serde^1.01.0.197up to date
 serde_derive^1.01.0.197up to date
 serde_json^1.01.0.116up to date
 wasm-bindgen-cli-support=0.2.170.2.92out of date
 wasm-bindgen-shared=0.2.170.2.92out 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.