You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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: