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