]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve/schema: add missing alert fields
authorVictor Julien <vjulien@oisf.net>
Tue, 7 Jun 2022 19:12:33 +0000 (21:12 +0200)
committerVictor Julien <vjulien@oisf.net>
Thu, 9 Jun 2022 05:27:16 +0000 (07:27 +0200)
etc/schema.json

index 844acbf2018f7652c6958e27aeb26121b9954e0f..0cce77858d16ca4e870f011b2e9e7fcc34d92ca5 100644 (file)
                                 "type": "string"
                             }
                         },
+                        "former_category": {
+                            "type": "array",
+                            "items": {
+                                "type": "string"
+                            }
+                        },
+                        "malware_family": {
+                            "type": "array",
+                            "items": {
+                                "type": "string"
+                            }
+                        },
+                        "policy": {
+                            "type": "array",
+                            "items": {
+                                "type": "string"
+                            }
+                        },
                         "signature_severity": {
                             "type": "array",
                             "items": {