]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve/schema: add smtp url bool fields
authorShivani Bhardwaj <shivani@oisf.net>
Wed, 29 Jun 2022 11:22:10 +0000 (16:52 +0530)
committerVictor Julien <vjulien@oisf.net>
Tue, 9 Aug 2022 08:54:18 +0000 (10:54 +0200)
etc/schema.json

index cbbd1b192b01f7b56ca329855102afa28ac1210f..cbda48f0e376880d6203bc6515bec59c25d0d67e 100644 (file)
                     "items": {
                         "type": "string"
                     }
+                },
+               "has_ipv6_url": {
+                    "type": "boolean"
+                },
+               "has_ipv4_url": {
+                    "type": "boolean"
+                },
+               "has_exe_url": {
+                    "type": "boolean"
                 }
             },
             "additionalProperties": false