From 3f1f71de9bd8486ce83902a911b7da4d7a49283e Mon Sep 17 00:00:00 2001 From: Jonathan Foote Date: Fri, 24 Jan 2020 15:35:58 -0500 Subject: [PATCH] Update crates/lucet-runtime-internals/RUSTSEC-0000-0000.toml Correct quote characters Co-Authored-By: Alex Gaynor --- crates/lucet-runtime-internals/RUSTSEC-0000-0000.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lucet-runtime-internals/RUSTSEC-0000-0000.toml b/crates/lucet-runtime-internals/RUSTSEC-0000-0000.toml index 1129037..c17c651 100644 --- a/crates/lucet-runtime-internals/RUSTSEC-0000-0000.toml +++ b/crates/lucet-runtime-internals/RUSTSEC-0000-0000.toml @@ -17,7 +17,7 @@ guest programs or cause corruption of guest program memory. This flaw was resolved by correcting the sigstack allocation logic. """ -patched_versions = ["< 0.5.0, >= 0.4.3", “>= 0.5.1”] +patched_versions = ["< 0.5.0, >= 0.4.3", ">= 0.5.1"] url = "https://github.com/bytecodealliance/lucet/pull/401”