From afa08ffb4b7e29559430d15c748e365321776177 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 26 Aug 2017 21:50:00 +0200 Subject: [PATCH] calls relationship type added --- relationships/definition.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/relationships/definition.json b/relationships/definition.json index c6624b0..18e4c28 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1,5 +1,5 @@ { - "version": 6, + "version": 7, "values": [ { "name": "derived-from", @@ -178,6 +178,13 @@ "format": [ "misp" ] + }, + { + "name": "calls", + "descriptipn": "This relationship describes an object which calls another objects.", + "format": [ + "misp" + ] } ], "description": "Default type of relationships in MISP objects.",