From: Alice Akaki Date: Wed, 4 Jun 2025 00:26:48 +0000 (-0400) Subject: json/schema: link file.name to email.attachment X-Git-Tag: suricata-8.0.0-rc1~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13423%2Fhead;p=thirdparty%2Fsuricata.git json/schema: link file.name to email.attachment As a Suricata keyword. Ticket: #7683 --- 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": {