From da801ab146fb622a6447c8d2922a95b6049bb70a Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 29 Jun 2023 16:22:50 +0200 Subject: [PATCH] chg: [relationships] relationships names used by LookyLoo added --- relationships/definition.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/relationships/definition.json b/relationships/definition.json index 7df3872..a2f8b1e 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1520,7 +1520,21 @@ "misp" ], "name": "redirects-to" + }, + { + "description": "The source object is rendered to the target object.", + "format": [ + "misp" + ], + "name": "rendered-as" + }, + { + "description": "The source object is known as the target object.", + "format": [ + "misp" + ], + "name": "known-as" } ], - "version": 38 + "version": 39 } \ No newline at end of file