RUSTSEC-2021-0073: Conversion from prost_types::Timestamp
to SystemTime
can cause an overflow and panic
#925
Labels
Milestone
prost-types
0.7.0
>=0.8.0
Affected versions of this crate contained a bug in which untrusted input could cause an overflow and panic when converting a
Timestamp
toSystemTime
.It is recommended to upgrade to
prost-types
v0.8 and switch the usage ofFrom<Timestamp> for SystemTime
toTryFrom<Timestamp> for SystemTime
.See #438 for more information.
See advisory page for additional details.
The text was updated successfully, but these errors were encountered: