From 3065374314e9221644c988df2f07b034b4b324a9 Mon Sep 17 00:00:00 2001 From: Alice Akaki Date: Tue, 3 Jun 2025 20:26:48 -0400 Subject: [PATCH] json/schema: link file.name to email.attachment As a Suricata keyword. Ticket: #7683 --- etc/schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/schema.json b/etc/schema.json index 598cfac181..882d292f6d 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -1348,6 +1348,11 @@ "minItems": 1, "items": { "type": "string" + }, + "suricata": { + "keywords": [ + "file.name" + ] } }, "body_md5": { -- 2.47.2