From e9446939ae99bb970972a1c50a439dcf50dc18b2 Mon Sep 17 00:00:00 2001
From: Alexandre Dulaunoy
Date: Mon, 26 Jun 2023 13:46:50 +0200
Subject: [PATCH 1/3] chg: [relationships] add the `redirects-to` relationship
as used in LookyLoo
---
relationships/definition.json | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/relationships/definition.json b/relationships/definition.json
index 3ae958e..3bd3123 100644
--- a/relationships/definition.json
+++ b/relationships/definition.json
@@ -1513,7 +1513,14 @@
"XFN"
],
"name": "Me"
+ },
+ {
+ "description": "The source object is redirected to the target object.",
+ "format": [
+ "misp"
+ ],
+ "name": "redirects-to"
}
],
- "version": 37
-}
\ No newline at end of file
+ "version": 38
+}
From 5dd99015d046c7ff81f55f99aff55b99bc6b955a Mon Sep 17 00:00:00 2001
From: Alexandre Dulaunoy
Date: Mon, 26 Jun 2023 13:51:04 +0200
Subject: [PATCH 2/3] chg: [relationships] because newlines
---
relationships/definition.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/relationships/definition.json b/relationships/definition.json
index 3bd3123..7df3872 100644
--- a/relationships/definition.json
+++ b/relationships/definition.json
@@ -1523,4 +1523,4 @@
}
],
"version": 38
-}
+}
\ No newline at end of file
From da801ab146fb622a6447c8d2922a95b6049bb70a Mon Sep 17 00:00:00 2001
From: Alexandre Dulaunoy
Date: Thu, 29 Jun 2023 16:22:50 +0200
Subject: [PATCH 3/3] 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