From 047f1c5080acbb55374e0baf2afd4722f03cbcf5 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Wed, 24 Sep 2025 14:21:57 +0200 Subject: [PATCH] doc: fix enip_command name in json schema enip.command is not a keyword nor an alias --- etc/schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/schema.json b/etc/schema.json index b7455a493d..b84b0b1f35 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -1603,7 +1603,7 @@ "type": "string", "suricata": { "keywords": [ - "enip.command" + "enip_command" ] } }, @@ -1702,7 +1702,7 @@ "type": "string", "suricata": { "keywords": [ - "enip.command" + "enip_command" ] } },