fixup! Add advisory for prost stack overflow

This commit is contained in:
Danilo Bargen
2020-01-16 20:23:41 +01:00
parent 57f553ee45
commit 7a0d254bbe

View File

@@ -2,7 +2,7 @@
id = "RUSTSEC-0000-0000"
package = "prost"
date = "2020-01-16"
title = "Parsing a message can result in a stack overflow"
title = "Parsing a specially crafted message can result in a stack overflow"
description = """
Affected versions of this crate contained a bug in which decoding untrusted
input could overflow the stack.