From: Juliana Fajardini Date: Mon, 20 Mar 2023 19:04:01 +0000 (-0300) Subject: schema: add missing flow event property: emergency X-Git-Tag: suricata-7.0.0-rc2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05417407b3d24c358b292c1ab331ab371f0ae6ee;p=thirdparty%2Fsuricata.git schema: add missing flow event property: emergency --- diff --git a/etc/schema.json b/etc/schema.json index 81024cf6b4..3fa763603a 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -1497,6 +1497,9 @@ "dest_port": { "type": "integer" }, + "emergency": { + "type": "boolean" + }, "end": { "type": "string" },