From: Jason Ish Date: Tue, 22 Oct 2024 16:26:22 +0000 (-0600) Subject: eve/schema: add missing field "code" anomaly events X-Git-Tag: suricata-7.0.8~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10225bdee2f443fd52acb90b15ba93a6a93609b2;p=thirdparty%2Fsuricata.git eve/schema: add missing field "code" anomaly events (cherry picked from commit b44fc62e6023784949f0a5ea0707e36e7f9614da) --- diff --git a/etc/schema.json b/etc/schema.json index f63f4311ec..8683bb4816 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -330,6 +330,9 @@ }, "type": { "type": "string" + }, + "code": { + "type": "integer" } }, "additionalProperties": false