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.
{ "nvd_published_at": "2021-08-08T06:15:00Z", "cwe_ids": [ "CWE-120", "CWE-190" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2021-08-18T21:29:54Z" }