Update crates/lucet-runtime-internals/RUSTSEC-0000-0000.toml

Correct quote characters

Co-Authored-By: Alex Gaynor <alex.gaynor@gmail.com>
This commit is contained in:
Jonathan Foote
2020-01-24 15:35:58 -05:00
committed by GitHub
parent f8ff9cfc6f
commit 3f1f71de9b

View File

@@ -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”