]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
jsonschema: do not enforce keys for alert metadata 8605/head
authorPhilippe Antoine <pantoine@oisf.net>
Mon, 26 Dec 2022 10:54:54 +0000 (11:54 +0100)
committerVictor Julien <vjulien@oisf.net>
Fri, 17 Mar 2023 10:15:22 +0000 (11:15 +0100)
As this is a free field and can have any key based on a rule

etc/schema.json

index 2de12bf329890407763dbf78791756aba158c78d..017b709c149090b28e2421f8388b88e9fd72a010 100644 (file)
                             }
                         }
                     },
-                    "additionalProperties": false
+                    "additionalProperties": true
                 },
                 "source": {
                     "type": "object",