From fb63cece5d4a06f40bfdaefc864bd49a039bf7a4 Mon Sep 17 00:00:00 2001 From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com> Date: Wed, 23 Jul 2025 03:10:09 +0300 Subject: [PATCH] yara-x: Add version 1.4.0 (#6984) * yara-x: Add version 1.4.0 * Update yara-x.json * chore(yara-x): switch license field to object with identifier and URL --------- Co-authored-by: HUMORCE --- bucket/yara-x.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/yara-x.json diff --git a/bucket/yara-x.json b/bucket/yara-x.json new file mode 100644 index 0000000000..551a0085aa --- /dev/null +++ b/bucket/yara-x.json @@ -0,0 +1,26 @@ +{ + "version": "1.4.0", + "description": "A malware samples pattern matching tool, re-incarnation of YARA.", + "homepage": "https://virustotal.github.io/yara-x/", + "license": { + "identifier": "BSD-3-Clause", + "url": "https://github.com/VirusTotal/yara-x/blob/main/LICENSE" + }, + "architecture": { + "64bit": { + "url": "https://github.com/VirusTotal/yara-x/releases/download/v1.4.0/yara-x-v1.4.0-x86_64-pc-windows-msvc.zip", + "hash": "3e219fb3cdb9eb1c5f6ce4dd18460dc590a1e8fd07674aed4e0887bdf7bf11cf" + } + }, + "bin": "yr.exe", + "checkver": { + "github": "https://github.com/VirusTotal/yara-x" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/VirusTotal/yara-x/releases/download/v$version/yara-x-v$version-x86_64-pc-windows-msvc.zip" + } + } + } +}