]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
output: target keys have port 8829/head
authorEric Leblond <el@stamus-networks.com>
Tue, 30 Aug 2022 12:10:53 +0000 (14:10 +0200)
committerVictor Julien <vjulien@oisf.net>
Sat, 6 May 2023 15:38:55 +0000 (17:38 +0200)
Update JSON schema to support signature with target keyword

etc/schema.json

index daabba1daee35aa6f443a7d3e1fcb1c6556041ba..7223e0d7554138d46be11ac21ae52f3c5bf9f41e 100644 (file)
                     "properties": {
                         "ip": {
                             "type": "string"
+                        },
+                        "port": {
+                            "type": "integer"
                         }
                     },
                     "additionalProperties": false
                     "properties": {
                         "ip": {
                             "type": "string"
+                        },
+                        "port": {
+                            "type": "integer"
                         }
                     },
                     "additionalProperties": false