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 cosmwasm

Dependencies

(4 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 schemars^0.50.8.16out of date
 serde^1.0.1031.0.198up to date
 serde-json-wasm ⚠️^0.1.11.0.1out of date
 snafu^0.5.00.8.2out of date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 serde_json^1.01.0.116up to date

Security Vulnerabilities

serde-json-wasm: Stack overflow during recursive JSON parsing

RUSTSEC-2024-0012

When parsing untrusted, deeply nested JSON, the stack may overflow, possibly enabling a Denial of Service attack. This was fixed by adding a check for recursion depth.