From 2d6522887df976fe7a00f105491b5695549274a9 Mon Sep 17 00:00:00 2001 From: haxpak Date: Mon, 15 Apr 2019 18:00:21 +0530 Subject: [PATCH 1/2] added relationship "executes" --- relationships/definition.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/relationships/definition.json b/relationships/definition.json index 873fdb1..d028c66 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1,5 +1,5 @@ { - "version": 14, + "version": 15, "values": [ { "name": "derived-from", @@ -10,6 +10,11 @@ "alfred" ] }, + { + "name" : "executes", + "description" : "This relationship describes an object which executes another object", + "format" : [ "misp" ] + }, { "name": "duplicate-of", "description": "The referenced source and target objects are semantically duplicates of each other.", From befa47d2c53ce45df655515a6c99dc0cdced63c2 Mon Sep 17 00:00:00 2001 From: haxpak Date: Mon, 15 Apr 2019 18:04:44 +0530 Subject: [PATCH 2/2] [added] relationship 'executes' : Describes a an object that executes another object --- relationships/definition.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/relationships/definition.json b/relationships/definition.json index d028c66..3d9dc87 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -11,9 +11,11 @@ ] }, { - "name" : "executes", - "description" : "This relationship describes an object which executes another object", - "format" : [ "misp" ] + "name": "executes", + "description": "This relationship describes an object which executes another object", + "format": [ + "misp" + ] }, { "name": "duplicate-of",