From: Shivani Bhardwaj Date: Thu, 4 Apr 2024 10:49:56 +0000 (+0530) Subject: eve/schema: add tls.subjectaltname fields X-Git-Tag: suricata-8.0.0-beta1~1294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f073cf2350596314be1375f8da81b42e2447c383;p=thirdparty%2Fsuricata.git eve/schema: add tls.subjectaltname fields Feature 5234 --- diff --git a/etc/schema.json b/etc/schema.json index 5494878a96..dd7f0a6fc2 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -5820,6 +5820,13 @@ "issuerdn": { "type": "string" }, + "subjectaltname": { + "description": "TLS Subject Alternative Name field", + "type": "array", + "items": { + "type": "string" + } + }, "notafter": { "$ref": "#/$defs/tls_date" }, @@ -5844,6 +5851,13 @@ "issuerdn": { "type": "string" }, + "subjectaltname": { + "description": "TLS Subject Alternative Name field", + "type": "array", + "items": { + "type": "string" + } + }, "notafter": { "$ref": "#/$defs/tls_date" },