From b3c348f4ab6f8bc937bc7c600d0ccf230674c64f Mon Sep 17 00:00:00 2001 From: Sheidan Date: Mon, 26 Mar 2018 18:16:29 +0200 Subject: [PATCH 1/2] x509-add-required-one-of-serial-number --- objects/x509/definition.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/objects/x509/definition.json b/objects/x509/definition.json index f87af6d..ad1d1de 100644 --- a/objects/x509/definition.json +++ b/objects/x509/definition.json @@ -2,7 +2,8 @@ "requiredOneOf": [ "x509-fingerprint-md5", "x509-fingerprint-sha1", - "x509-fingerprint-sha256" + "x509-fingerprint-sha256", + "serial-number" ], "attributes": { "subject": { From d87336b5c9488c099e9579d35c0584236c2cba14 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 27 Mar 2018 08:55:02 +0200 Subject: [PATCH 2/2] version fixed for X509 object --- objects/x509/definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/x509/definition.json b/objects/x509/definition.json index ad1d1de..a7220b6 100644 --- a/objects/x509/definition.json +++ b/objects/x509/definition.json @@ -84,7 +84,7 @@ "misp-attribute": "text" } }, - "version": 5, + "version": 6, "description": "x509 object describing a X.509 certificate", "meta-category": "network", "uuid": "d1ab756a-26b5-4349-9f43-765630f0911c",