From 7960ea3dab0825f2b3e97f2057c824cb67fdf6c3 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 25 Nov 2021 08:42:19 +0100 Subject: [PATCH] chg: [relationships] new found-in and found-on relationships added --- relationships/definition.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/relationships/definition.json b/relationships/definition.json index 1268197..c211aad 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1207,7 +1207,21 @@ ], "name": "pictured-by", "opposite": "picture-of" + }, + { + "description": "The referenced source object has been found on the target (device, server).", + "format": [ + "misp" + ], + "name": "found-on" + }, + { + "description": "The referenced source object has been found in the target (document).", + "format": [ + "misp" + ], + "name": "found-in" } ], - "version": 25 -} \ No newline at end of file + "version": 26 +}