From e455b178685b8554e33d867e927c8e4e15ad0435 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 12 Aug 2017 10:35:40 +0200 Subject: [PATCH] fix: communicate-with relationship added --- relationships/definition.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/relationships/definition.json b/relationships/definition.json index 06158da..e8e8906 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1,5 +1,5 @@ { - "version": 2, + "version": 3, "values": [ { "name": "derived-from", @@ -115,6 +115,13 @@ "format": [ "misp" ] + }, + { + "name": "communicate-with", + "description": "This relationship describes an object communicating with another object", + "format": [ + "misp" + ] } ], "description": "Default type of relationships in MISP objects.",