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

(5 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 base64^0.11.00.22.0out of date
 schemars^0.50.8.17out of date
 serde^1.0.1031.0.199up to date
 serde-json-wasm ⚠️^0.1.21.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.