From 27df249584dae977cc8222aa445b37eced0311bb Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 4 Apr 2023 07:56:32 +0200 Subject: [PATCH] chg: [relationships] `rewrite` relationship type added Ref: https://github.com/MISP/misp-galaxy/pull/833 Following an idea from @jloehel - a new relationship has been added --- relationships/definition.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/relationships/definition.json b/relationships/definition.json index 8f83332..a21d920 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1267,6 +1267,13 @@ ], "name": "drives" }, + { + "description": "The referenced source object is a rewrite specified in the target object. The rewrite can be for a computer program text but also any rewrite of a text.", + "format": [ + "misp" + ], + "name": "rewrite" + }, { "description": "The referenced source object is a friend of the target object.", "format": [ @@ -1501,5 +1508,5 @@ "name": "Me" } ], - "version": 35 -} \ No newline at end of file + "version": 36 +}