From 194883b71e0380823454a6c04d5bcbebe3244211 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Fri, 20 Jul 2018 10:31:28 -0700 Subject: [PATCH] More patched versions released for smallvec --- Advisories.toml | 2 +- crates/smallvec/RUSTSEC-2018-0003.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Advisories.toml b/Advisories.toml index 342bf6f..9f51ed3 100644 --- a/Advisories.toml +++ b/Advisories.toml @@ -142,7 +142,7 @@ emailing about the issue! id = "RUSTSEC-2018-0003" package = "smallvec" unaffected_versions = ["< 0.3.2"] -patched_versions = [">= 0.6.3"] +patched_versions = [">= 0.6.3", "^0.3.4", "^0.4.5", "^0.5.1"] dwf = [] url = "https://github.com/servo/rust-smallvec/issues/96" title = "Possible double free during unwinding in SmallVec::insert_many" diff --git a/crates/smallvec/RUSTSEC-2018-0003.toml b/crates/smallvec/RUSTSEC-2018-0003.toml index 0e638e9..b719309 100644 --- a/crates/smallvec/RUSTSEC-2018-0003.toml +++ b/crates/smallvec/RUSTSEC-2018-0003.toml @@ -1,7 +1,7 @@ [advisory] package = "smallvec" unaffected_versions = ["< 0.3.2"] -patched_versions = [">= 0.6.3"] +patched_versions = [">= 0.6.3", "^0.3.4", "^0.4.5", "^0.5.1"] dwf = [] url = "https://github.com/servo/rust-smallvec/issues/96" title = "Possible double free during unwinding in SmallVec::insert_many"