]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve/schema: add tls.subjectaltname fields
authorShivani Bhardwaj <shivani@oisf.net>
Thu, 4 Apr 2024 10:49:56 +0000 (16:19 +0530)
committerVictor Julien <victor@inliniac.net>
Wed, 22 May 2024 04:45:07 +0000 (06:45 +0200)
Feature 5234

etc/schema.json

index 5494878a968ea1914558e54309d5f29bc17db5c6..dd7f0a6fc2b43c73922e359f2d697812f5de01bd 100644 (file)
                         "issuerdn": {
                             "type": "string"
                         },
+                        "subjectaltname": {
+                            "description": "TLS Subject Alternative Name field",
+                            "type": "array",
+                            "items": {
+                                "type": "string"
+                            }
+                        },
                         "notafter": {
                             "$ref": "#/$defs/tls_date"
                         },
                 "issuerdn": {
                     "type": "string"
                 },
+                "subjectaltname": {
+                    "description": "TLS Subject Alternative Name field",
+                    "type": "array",
+                    "items": {
+                        "type": "string"
+                    }
+                },
                 "notafter": {
                     "$ref": "#/$defs/tls_date"
                 },