[protobuf] fix patched versions

This commit is contained in:
Andronik Ordian
2019-05-20 11:20:19 +02:00
parent 76e9c2b32a
commit 49bae94718

View File

@@ -12,4 +12,4 @@ vulnerable method on untrusted data.
url = "https://github.com/stepancheg/rust-protobuf/issues/411"
keywords = ["oom", "panic", "dos"]
affected_functions = ["stream::read_raw_bytes_into"]
patched_versions = [">= 1.7.5, >= 2.6.0"]
patched_versions = ["^1.7.5", ">= 2.6.0"]