From 48dd45519624cabeb6fc7e22f76135312e2715b7 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 16 May 2023 09:25:57 +0200 Subject: [PATCH] chg: [relationships] `serves` added in relationships Additional verb as an alternative to `hosts` --- relationships/definition.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/relationships/definition.json b/relationships/definition.json index 024f458..7ddac8e 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1381,6 +1381,13 @@ ], "name": "is-not-targeted-by" }, + { + "description": "This relationship describes that the source object provides services described in the target object.", + "format": [ + "misp" + ], + "name": "serves" + }, { "description": "The source object considers the target object as a friend. Is not necessarily symmetric.", "format": [ @@ -1508,5 +1515,5 @@ "name": "Me" } ], - "version": 36 -} \ No newline at end of file + "version": 37 +}