File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 fetch-tags : true
3737 repository : virusTotal/yara-x
3838 path : yara-x
39- ref : refs/tags/v1.4 .0
39+ ref : refs/tags/v1.5 .0
4040 - name : Install Rust for yara-x-capi
4141 uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
4242 with :
Original file line number Diff line number Diff line change 55SAMPLES_REPO ?= chainguard-dev/malcontent-samples
66SAMPLES_COMMIT ?= f948cfd0f9d2a35a2452fe43ea4d094979652103
77YARA_X_REPO ?= virusTotal/yara-x
8- YARA_X_COMMIT ?= dc1b5bd78c989a79e230072505be5595e984d152
8+ YARA_X_COMMIT ?= ab1ae5c388e219cbae56e0b9e04cdc320edc7ac3
99
1010# BEGIN: lint-install ../malcontent
1111# http://github.com/tinkerbell/lint-install
@@ -52,17 +52,17 @@ $(GOLANGCI_LINT_BIN):
5252 curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(LINT_ROOT ) /out/linters $(GOLANGCI_LINT_VERSION )
5353 mv $(LINT_ROOT ) /out/linters/golangci-lint $@
5454
55- YARA_X_VERSION ?= v1.4 .0
55+ YARA_X_VERSION ?= v1.5 .0
5656YARA_X_SHA :=
5757ifeq ($(LINT_OS ) ,Darwin)
5858 ifeq ($(shell uname -m),arm64)
5959 LINT_ARCH = aarch64
60- YARA_X_SHA = 56212199f4691e6cbb6a15d3a496c539708ade6d151f1fc2b78b1e6d8fb0215d
60+ YARA_X_SHA = 90d27f0ebb0bf848c839e4924ad4e2fc8dfe006a7cb534bcd970171a304bac9a
6161 else
62- YARA_X_SHA = 1c57768dd49871977573da88bff86d7959c8d5a6c0629b02b999e806099ec767
62+ YARA_X_SHA = 643bf90a82d0638bb3778838b8af5b178ab37feaeabafd2bae216340d78797bc
6363 endif
6464else
65- YARA_X_SHA = 2e6d1c173271f0188c16f3a15b6cc067c99e3a405484a563fcdb2d6d8d208379
65+ YARA_X_SHA = 7564a72a49870a2f55122d5c6b5c34620c7c318af45531b1493b35a9c12a27fc
6666endif
6767YARA_X_BIN := $(LINT_ROOT ) /out/linters/yr-$(YARA_X_VERSION ) -$(LINT_ARCH )
6868$(YARA_X_BIN ) :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.0
55toolchain go1.24.1
66
77require (
8- github.com/VirusTotal/yara-x/go v1.4 .0
8+ github.com/VirusTotal/yara-x/go v1.5 .0
99 github.com/agext/levenshtein v1.2.3
1010 github.com/cavaliergopher/cpio v1.0.1
1111 github.com/cavaliergopher/rpm v1.3.0
Original file line number Diff line number Diff line change 1- github.com/VirusTotal/yara-x/go v1.4 .0 h1:pfDYRrM4LOzH42V8L5hHQpQ5F2tNhtLCSjWtrKc7UiY =
2- github.com/VirusTotal/yara-x/go v1.4 .0 /go.mod h1:lgXP/nkYX349MVowrtTtU5hzMdCOWQLv3+wKll9+0F8 =
1+ github.com/VirusTotal/yara-x/go v1.5 .0 h1:smx7tUcq8Gd2K/IlLk9Dow7ttRxAnHBA8yy/8Gfq0fw =
2+ github.com/VirusTotal/yara-x/go v1.5 .0 /go.mod h1:lgXP/nkYX349MVowrtTtU5hzMdCOWQLv3+wKll9+0F8 =
33github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo =
44github.com/agext/levenshtein v1.2.3 /go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558 =
55github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k =
You can’t perform that action at this time.
0 commit comments