chg: [relationships] updated for stix 2.1

pull/347/head
Alexandre Dulaunoy 2022-02-14 11:38:30 +01:00
parent 7dffebe9b6
commit 6225b2c376
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 26 additions and 3 deletions

View File

@ -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
}
"version": 30
}