diff --git a/crates/wasmtime/RUSTSEC-2022-0076.md b/crates/wasmtime/RUSTSEC-2022-0076.md index 289132c..fb6a0cb 100644 --- a/crates/wasmtime/RUSTSEC-2022-0076.md +++ b/crates/wasmtime/RUSTSEC-2022-0076.md @@ -11,10 +11,10 @@ cvss = "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N" aliases = ["CVE-2022-39392", "GHSA-44mr-8vmm-wjhg"] [versions] -patched = [">= 2.0.2"] +patched = [">= 1.0.2, < 2.0.0", ">= 2.0.2"] [affected] -functions = { "wasmtime::PoolingAllocationConfig::instance_memory_pages" = ["< 2.0.2"] } +functions = { "wasmtime::PoolingAllocationConfig::instance_memory_pages" = ["< 1.0.2", "> 2.0.0, < 2.0.2"] } ``` # Bug in Wasmtime implementation of pooling instance allocator