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, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 anyhow^1.01.0.98up to date
 curl^0.4.130.4.48up to date
 docopt^1.01.1.1up to date
 env_logger^0.70.11.8out of date
 log^0.40.4.27up to date
 openssl ⚠️^0.10.110.10.73maybe insecure
 rouille^3.0.03.6.2up to date
 serde^1.01.0.219up to date
 serde_derive^1.01.0.219up to date
 serde_json^1.01.0.140up to date
 walrus^0.13.00.23.3out of date
 wasm-bindgen-cli-support=0.2.540.2.100out of date
 wasm-bindgen-shared=0.2.540.2.100out of date

Dev dependencies

(2 total, 2 outdated)

CrateRequiredLatestStatus
 assert_cmd^0.112.0.17out of date
 predicates^1.0.03.1.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.