From 005b6027daba050f70f6d83f589742ca8ecd6a1e Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Mon, 5 Aug 2019 16:25:21 +0200 Subject: [PATCH] add injects-into and injected-into relationships --- relationships/definition.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/relationships/definition.json b/relationships/definition.json index 6b12f4a..8262441 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1,5 +1,5 @@ { - "version": 14, + "version": 15, "values": [ { "name": "derived-from", @@ -927,6 +927,20 @@ "format": [ "misp" ] + }, + { + "name": "injects-into", + "description": "Represents an object injecting something into something", + "format": [ + "misp" + ] + }, + { + "name": "injected-into", + "description": "Represents an object which is injected something into something", + "format": [ + "misp" + ] } ], "description": "Default type of relationships in MISP objects.",