]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve/schema: add missing field "code" anomaly events
authorJason Ish <jason.ish@oisf.net>
Tue, 22 Oct 2024 16:26:22 +0000 (10:26 -0600)
committerJason Ish <jason.ish@oisf.net>
Tue, 22 Oct 2024 16:26:22 +0000 (10:26 -0600)
etc/schema.json

index 03db8c7c3d06c1483accc884b13ebbf007de50c2..cf03a2db30b6c17f3cc755a8dc92217c75228341 100644 (file)
                 },
                 "type": {
                     "type": "string"
+                },
+                "code": {
+                    "type": "integer"
                 }
             },
             "additionalProperties": false