From: Eric Leblond Date: Tue, 30 Aug 2022 12:10:53 +0000 (+0200) Subject: output: target keys have port X-Git-Tag: suricata-7.0.0-rc2~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8829%2Fhead;p=thirdparty%2Fsuricata.git output: target keys have port Update JSON schema to support signature with target keyword --- diff --git a/etc/schema.json b/etc/schema.json index daabba1dae..7223e0d755 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -271,6 +271,9 @@ "properties": { "ip": { "type": "string" + }, + "port": { + "type": "integer" } }, "additionalProperties": false @@ -280,6 +283,9 @@ "properties": { "ip": { "type": "string" + }, + "port": { + "type": "integer" } }, "additionalProperties": false