From c1f5e7342bd7cc4257226f27c7191be6c23eb7c9 Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Thu, 26 Jul 2018 15:49:44 +0200 Subject: [PATCH 1/3] url is not a field of email object, then not one of the requiredOneOf --- objects/email/definition.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/objects/email/definition.json b/objects/email/definition.json index 84c1465..a5099a6 100644 --- a/objects/email/definition.json +++ b/objects/email/definition.json @@ -3,7 +3,7 @@ "uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552", "meta-category": "network", "description": "Email object describing an email with meta-information", - "version": 11, + "version": 12, "attributes": { "reply-to": { "description": "Email address the reply will be sent to", @@ -179,7 +179,6 @@ "message-id", "reply-to", "send-date", - "url", "mime-boundary", "thread-index", "header", From 4e23159cb0c7c46e84b5ff2ac0e59a377112ff03 Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Fri, 27 Jul 2018 15:15:47 +0200 Subject: [PATCH 2/3] fix RequiredOneOf list in fle object --- objects/file/definition.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/objects/file/definition.json b/objects/file/definition.json index 5c268db..972cf1a 100644 --- a/objects/file/definition.json +++ b/objects/file/definition.json @@ -4,8 +4,6 @@ "size-in-bytes", "authentihash", "ssdeep", - "imphash", - "pehash", "md5", "sha1", "sha224", From 60010ce556e580201e6302fd32188f7a170fa1e9 Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Fri, 27 Jul 2018 15:19:15 +0200 Subject: [PATCH 3/3] fix file object version --- objects/file/definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/file/definition.json b/objects/file/definition.json index 972cf1a..49bbc28 100644 --- a/objects/file/definition.json +++ b/objects/file/definition.json @@ -163,7 +163,7 @@ ] } }, - "version": 12, + "version": 13, "description": "File object describing a file with meta-information", "meta-category": "file", "uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",