chg: [relationships] `shares` relationship added

Thanks to @gregWDumont for the feedback
pull/424/head
Alexandre Dulaunoy 2024-04-11 14:27:54 +02:00
parent dc52c10844
commit b5381a3105
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 11 additions and 3 deletions

View File

@ -13,13 +13,21 @@
"name": "derived-from"
},
{
"description": "This relationship describes an object which executes another object",
"description": "This relationship describes an object which executes another object.",
"format": [
"misp"
],
"name": "executes",
"opposite": "executed-by"
},
{
"description": "This relationship describes an object which shares another object.",
"format": [
"misp"
],
"name": "shares",
"opposite": "shared-by"
},
{
"description": "The referenced source and target objects are semantically duplicates of each other.",
"format": [
@ -1750,5 +1758,5 @@
"opposite": "acquires"
}
],
"version": 41
}
"version": 42
}