From 49bae947183cfb8acfd83a2ed14ead03e45ac1f4 Mon Sep 17 00:00:00 2001 From: Andronik Ordian Date: Mon, 20 May 2019 11:20:19 +0200 Subject: [PATCH] [protobuf] fix patched versions --- crates/protobuf/RUSTSEC-2019-0003.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/protobuf/RUSTSEC-2019-0003.toml b/crates/protobuf/RUSTSEC-2019-0003.toml index f476e88..69c9f2e 100644 --- a/crates/protobuf/RUSTSEC-2019-0003.toml +++ b/crates/protobuf/RUSTSEC-2019-0003.toml @@ -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"]