RUSTSEC-2021-0073
Dashboard / Vulnerabilities / RUSTSEC-2021-0073
RUSTSEC-2021-0073
Summary: Conversion from `prost_types::Timestamp` to `SystemTime` can cause an overflow and panic
Details: Affected versions of this crate contained a bug in which untrusted input could cause an overflow and panic when converting a `Timestamp` to `SystemTime`. It is recommended to upgrade to `prost-types` v0.8 and switch the usage of `From<Timestamp> for SystemTime` to `TryFrom<Timestamp> for SystemTime`. See [#438] for more information. [#438]: https://github.com/tokio-rs/prost/issues/438
References: https://crates.io/crates/prost-types, https://rustsec.org/advisories/RUSTSEC-2021-0073.html, https://github.com/tokio-rs/prost/issues/438
Affected packages
Package
Name: prost-types
Purl: pkg:cargo/prost-types
Affected ranges
Type: SEMVER
Events:
