From 2d6522887df976fe7a00f105491b5695549274a9 Mon Sep 17 00:00:00 2001 From: haxpak Date: Mon, 15 Apr 2019 18:00:21 +0530 Subject: [PATCH] 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.",