From: Shivani Bhardwaj Date: Wed, 29 Jun 2022 11:22:10 +0000 (+0530) Subject: eve/schema: add smtp url bool fields X-Git-Tag: suricata-7.0.0-beta1~295 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14561ffe724eea7fe28cc852b09f1727c9df66f5;p=thirdparty%2Fsuricata.git eve/schema: add smtp url bool fields --- diff --git a/etc/schema.json b/etc/schema.json index cbbd1b192b..cbda48f0e3 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -1177,6 +1177,15 @@ "items": { "type": "string" } + }, + "has_ipv6_url": { + "type": "boolean" + }, + "has_ipv4_url": { + "type": "boolean" + }, + "has_exe_url": { + "type": "boolean" } }, "additionalProperties": false