mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-04 18:50:34 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user