2 known bugs in rmp-serde, with affected versions, fixes and workarounds. Sourced from upstream issue trackers.
| Severity | Affected | Fixed in | Title | Status | Source |
|---|---|---|---|---|---|
| medium | 0.0.0-0 | 1.1.1 | `rmp-serde` `Raw` and `RawRef` unsound It was found that `Raw::from_utf8` expects valid UTF-8. If invalid UTF-8 is received it can cause the process to crash. | fixed | osv:RUSTSEC-2022-0092 |
| medium | any |
Get this data programmatically \u2014 free, no authentication.
curl https://depscope.dev/api/bugs/cargo/rmp-serde`rmp-serde` `Raw` and `RawRef` may crash when receiving invalid UTF-8 It was found that `Raw::from_utf8` expects valid UTF-8. If invalid UTF-8 is received it can cause the process to crash.
|
| fixed |
| osv:GHSA-255r-3prx-mf99 |