Update RUSTSEC-2022-0076.md with v1 patch (#1645)

* Update RUSTSEC-2022-0076.md

The details page at https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-44mr-8vmm-wjhg says the v1 also has a patched release.

* Correct versions

* Affected fn SemVers

---------

Co-authored-by: pinkforest <36498018+pinkforest@users.noreply.github.com>
This commit is contained in:
MOZGIII
2023-03-16 03:21:27 +04:00
committed by GitHub
parent eb28e72f18
commit 0d3e22c5c8

View File

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