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 yew

Dependencies

(20 total, 7 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 anyhow^11.0.81up to date
 anymap^0.120.12.1up to date
 bincode~1.2.11.3.3out of date
 http^0.21.1.0out of date
 indexmap^1.0.22.2.6out of date
 log^0.40.4.21up to date
 proc-macro-hack^0.50.5.20+deprecatedup to date
 proc-macro-nested^0.10.1.7up to date
 rmp-serde^0.14.01.1.2out of date
 ryu^1.0.21.0.17up to date
 serde^1.01.0.197up to date
 serde_cbor^0.11.10.11.2up to date
 serde_json^1.01.0.115up to date
 serde_yaml ⚠️^0.8.30.9.34+deprecatedout of date
 slab^0.40.4.9up to date
 stdweb^0.4.200.4.20up to date
 thiserror^11.0.58up to date
 toml^0.50.8.12out of date
 wasm-bindgen^0.2.580.2.92up to date
 yew-macro^0.12.00.21.0out of date

Dev dependencies

(8 total, 4 outdated)

CrateRequiredLatestStatus
 base64^0.11.00.22.0out of date
 bincode~1.2.11.3.3out of date
 rmp-serde^0.14.01.1.2out of date
 rustversion^1.01.0.14up to date
 serde_derive^11.0.197up to date
 ssri^5.0.09.2.0out of date
 trybuild^1.01.0.90up to date
 wasm-bindgen-test^0.3.40.3.42up to date

Security Vulnerabilities

serde_yaml: Uncontrolled recursion leads to abort in deserialization

RUSTSEC-2018-0005

Affected versions of this crate did not properly check for recursion while deserializing aliases.

This allows an attacker to make a YAML file with an alias referring to itself causing an abort.

The flaw was corrected by checking the recursion depth.