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

(28 total, 8 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 anyhow^11.0.92up to date
 anymap^0.120.12.1up to date
 bincode^11.3.3up to date
 cfg-if^0.11.0.0out of date
 cfg-match^0.20.2.1up to date
 console_error_panic_hook^0.10.1.7up to date
 futures^0.30.3.31up to date
 gloo^0.2.10.11.0out of date
 http^0.21.1.0out of date
 indexmap^1.0.22.6.0out of date
 js-sys^0.30.3.72up to date
 log^0.40.4.22up 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.3.0out of date
 ryu^1.0.21.0.18up to date
 serde^1.01.0.214up to date
 serde_cbor^0.11.10.11.2up to date
 serde_json^1.01.0.132up 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.68up to date
 toml^0.50.8.19out of date
 wasm-bindgen^0.2.600.2.95up to date
 wasm-bindgen-futures^0.40.4.45up to date
 web-sys^0.30.3.72up to date
 yew-macro^0.17.00.21.0out of date

Dev dependencies

(8 total, 3 outdated)

CrateRequiredLatestStatus
 base64^0.12.00.22.1out of date
 bincode^11.3.3up to date
 rmp-serde^0.14.01.3.0out of date
 rustversion^1.01.0.18up to date
 serde_derive^11.0.214up to date
 ssri^5.0.09.2.0out of date
 trybuild^1.01.0.101up to date
 wasm-bindgen-test^0.3.40.3.45up 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.