From c26c3a4a371d744c87913c267a789bd42a783842 Mon Sep 17 00:00:00 2001 From: me Date: Sat, 6 Jun 2026 14:10:38 +0530 Subject: [PATCH] Add help text for YARA scan plugin fields --- plugins/yara_scan/metadata.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/plugins/yara_scan/metadata.json b/plugins/yara_scan/metadata.json index 26512737..66202b38 100644 --- a/plugins/yara_scan/metadata.json +++ b/plugins/yara_scan/metadata.json @@ -36,14 +36,16 @@ "label": "YARA Rules Path", "type": "string", "required": true, - "placeholder": "/opt/rules/malware.yar" + "placeholder": "/opt/rules/malware.yar", + "help": "Path to a YARA rule file (.yar or .yara) used to match signatures against the target." }, { "id": "print_strings", "label": "Print Matching Strings", "type": "boolean", "required": false, - "default": false + "default": false, + "help": "Include matching string values from triggered YARA rules in the scan output." } ], "presets": { @@ -71,5 +73,5 @@ "python_packages": [], "system_packages": [] }, - "checksum": "411d3d894c61a405a16dcbe86ae9075720922b10e238161284def026f5e0baac" + "checksum": "ee0abeb31db5963b5d6f1dba11a88fb9d9a9a398a21a6c33429b07c337d857d7" }