We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 996c479 + cc540fb commit 420d241Copy full SHA for 420d241
CHANGELOG.md
@@ -4,6 +4,22 @@
4
5
-
6
7
+## 0.10.3 (2023/03/08)
8
+
9
+This is a security update to bump Wasmtime to 6.0.1 given the two CVE published (one critical) and addressed in:
10
+ - [GHSA-ff4p-7xrq-q5r8 (CVE-2023-26489)](https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-ff4p-7xrq-q5r8)
11
+ - [GHSA-xm67-587q-r2vw (CVE-2023-27477)](https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-xm67-587q-r2vw)
12
13
14
+### `libwasm_runtime.so`
15
+- Dependencies:
16
+ - Bump version dependencies:
17
+ - `wasmtime` to `6.0.1`.
18
+ - `anyhow` to `1.0.69`.
19
+ - `once_cell` to `1.17.1`.
20
+ - Updated `cargo.lock` dependencies via `cargo update`.
21
22
23
## 0.10.2 (2023/01/09)
24
25
### `libwasm_runtime.so`
0 commit comments