This project contains known security vulnerabilities. Find detailed information at the bottom.

Crate yew

Dependencies

(14 total, 6 outdated, 1 insecure)

CrateRequiredLatestStatus
 anymap^0.120.12.1up to date
 bincode^1.03.0.0out of date
 failure^0.10.1.8up to date
 http^0.11.5.0out of date
 log^0.40.4.34up to date
 rmp-serde^0.13.71.3.1out of date
 serde^1.01.0.229up to date
 serde_cbor ⚠️^0.9.00.11.2insecure
 serde_derive^1.01.0.229up to date
 serde_json^1.01.0.151up to date
 serde_yaml^0.8.30.9.34+deprecatedout of date
 slab^0.40.4.12up to date
 stdweb^0.4.90.4.20up to date
 toml^0.41.1.6+spec-1.1.0out of date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 serde_derive^11.0.229up to date

Security Vulnerabilities

serde_cbor: Flaw in CBOR deserializer allows stack overflow

RUSTSEC-2019-0025

Affected versions of this crate did not properly check if semantic tags were nested excessively during deserialization.

This allows an attacker to craft small (< 1 kB) CBOR documents that cause a stack overflow.

The flaw was corrected by limiting the allowed number of nested tags.