From 6225b2c376d343cc4664960f9ad70cada5de78fa Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 14 Feb 2022 11:38:30 +0100 Subject: [PATCH] chg: [relationships] updated for stix 2.1 --- relationships/definition.json | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/relationships/definition.json b/relationships/definition.json index 49b4f93..2edca1a 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -455,11 +455,34 @@ { "description": "This relationship describes an object which is used by another object.", "format": [ - "cert-eu" + "cert-eu", + "stix-2.1" ], "name": "used-by", "opposite": "uses" }, + { + "description": "This relationship describes an object which hosts another object.", + "format": [ + "stix-2.1" + ], + "name": "hosts", + "opposite": "hosted-by" + }, + { + "description": "This relationship describes an object which consists of one or more object(s).", + "format": [ + "stix-2.1" + ], + "name": "consists" + }, + { + "description": "This relationship describes an object which delivers to one or more object(s).", + "format": [ + "stix-2.1" + ], + "name": "delivers" + }, { "description": "This relationship describes an object which is affiliated with another object.", "format": [ @@ -1293,5 +1316,5 @@ "name": "ambivalient-of" } ], - "version": 29 -} \ No newline at end of file + "version": 30 +}