Skip to content

Commit 3e79e04

Browse files
committed
yara-x: cherry-pick upgrade of wasmtime to fix CVE-2026-35195 (#72424)
Signed-off-by: Brian Carey <brian.carey@chainguard.dev> Export: 9f15f820c8d3ee67551d3957ab683339abd7e944
1 parent 10b3308 commit 3e79e04

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

yara-x.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: yara-x
33
version: "1.15.0"
4-
epoch: 1
4+
epoch: 2 # GHSA-394w-hwhg-8vgm
55
description: "A rewrite of YARA in Rust."
66
copyright:
77
- license: BSD-3-Clause
@@ -28,10 +28,8 @@ pipeline:
2828
repository: https://github.com/VirusTotal/yara-x
2929
expected-commit: 71e1b4e0d9ca5a050d98a8db5ef3788d5ff00e36
3030
tag: v${{package.version}}
31-
32-
- uses: rust/cargobump
33-
with:
34-
packages: wasmtime@40.0.4
31+
cherry-picks: |
32+
main/178e2d697a88f6d8fc7a2fc0bc8c1b70af0d71b4: upgrade wasmtime to 43.0.1 (fixes GHSA-394w-hwhg-8vgm and 11 related CVEs)
3533
3634
- name: Build base yara tool
3735
uses: cargo/build

0 commit comments

Comments
 (0)