Merge pull request #415 from Delta-Sierra/master

add relationships defs (acquisition and alliance)
pull/416/head
Alexandre Dulaunoy 2024-02-16 16:09:25 +01:00 committed by GitHub
commit 266faf7544
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 25 additions and 2 deletions

View File

@ -1725,7 +1725,30 @@
"stix-2.1"
],
"name": "sample-of"
},
{
"description": "This relationship describes an object which is allied with another object.",
"format": [
"misp"
],
"name": "is-allied-with "
},
{
"description": "The source object acquires the target object.",
"format": [
"misp"
],
"name": "acquires",
"opposite": "is-acquired-by"
},
{
"description": "The source object is acquired by the target object.",
"format": [
"misp"
],
"name": "is-acquired-by",
"opposite": "acquires"
}
],
"version": 40
}
"version": 41
}