From a3c3484c92b07ba9df75496a444b6bf62a295b4f Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 4 Apr 2022 14:27:58 +0200 Subject: [PATCH] chg: [relationship] "has-met" added --- relationships/definition.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/relationships/definition.json b/relationships/definition.json index 5863018..656c7a2 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1329,7 +1329,14 @@ "misp" ], "name": "is-a-translation-of" + }, + { + "description": "The referenced source object has met with the target object.", + "format": [ + "misp" + ], + "name": "has-met" } ], - "version": 32 -} \ No newline at end of file + "version": 33 +}