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

(25 total, 9 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 anyhow^11.0.98up to date
 anymap^0.120.12.1up to date
 bincode^12.0.1out of date
 cfg-if^1.01.0.1up to date
 cfg-match^0.20.2.1up to date
 console_error_panic_hook^0.10.1.7up to date
 gloo^0.2.10.11.0out of date
 http^0.21.3.1out of date
 indexmap^1.52.10.0out of date
 js-sys^0.30.3.77up to date
 log^0.40.4.27up to date
 rmp-serde^0.15.01.3.0out of date
 ryu^1.0.21.0.20up to date
 serde^1.01.0.219up to date
 serde_cbor^0.11.10.11.2up to date
 serde_json^1.01.0.140up to date
 serde_yaml ⚠️^0.8.30.9.34+deprecatedout of date
 slab^0.40.4.10up to date
 stdweb^0.4.200.4.20up to date
 thiserror^12.0.12out of date
 toml^0.50.9.2out of date
 wasm-bindgen^0.2.600.2.100up to date
 wasm-bindgen-futures^0.40.4.50up to date
 web-sys^0.30.3.77up to date
 yew-macro^0.18.00.21.0out of date

Dev dependencies

(9 total, 4 outdated)

CrateRequiredLatestStatus
 base64^0.13.00.22.1out of date
 bincode^12.0.1out of date
 easybench-wasm^0.2.10.2.1up to date
 rmp-serde^0.15.01.3.0out of date
 rustversion^1.01.0.21up to date
 serde_derive^11.0.219up to date
 ssri^6.0.09.2.0out of date
 trybuild^1.01.0.106up to date
 wasm-bindgen-test^0.3.40.3.50up 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.