Skip to content

Commit cc8f8af

Browse files
octo-sts[bot]hbh7
andauthored
wasmtime/27.0.0-r0: cve remediation (#36258)
wasmtime/27.0.0-r0: fix GHSA-h97m-ww89-6jmq Advisory data: https://github.com/wolfi-dev/advisories/blob/main/wasmtime.advisories.yaml --------- Signed-off-by: hbh7 <[email protected]> Co-authored-by: octo-sts[bot] <[email protected]> Co-authored-by: hbh7 <[email protected]>
1 parent 45b23d8 commit cc8f8af

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

wasmtime.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: wasmtime
33
version: 28.0.0
4-
epoch: 0
4+
epoch: 1
55
description: "A fast and secure runtime for WebAssembly"
66
copyright:
77
- license: Apache-2.0
@@ -25,6 +25,8 @@ pipeline:
2525
tag: v${{package.version}}
2626
expected-commit: 2e584e84127f0123c5a9211310140419e12082c2
2727

28+
- uses: rust/cargobump
29+
2830
- name: Configure and build
2931
runs: |
3032
git submodule update --init

wasmtime/cargobump-deps.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
packages:
2+
# Newer version of url pulls in newer version of idna necesary to fix GHSA-h97m-ww89-6jmq CVE
3+
- name: url
4+
version: 2.5.4

0 commit comments

Comments
 (0)