Skip to content

Commit b5381a3

Browse files
committed
chg: [relationships] shares relationship added
Thanks to @gregWDumont for the feedback
1 parent dc52c10 commit b5381a3

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

relationships/definition.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,21 @@
1313
"name": "derived-from"
1414
},
1515
{
16-
"description": "This relationship describes an object which executes another object",
16+
"description": "This relationship describes an object which executes another object.",
1717
"format": [
1818
"misp"
1919
],
2020
"name": "executes",
2121
"opposite": "executed-by"
2222
},
23+
{
24+
"description": "This relationship describes an object which shares another object.",
25+
"format": [
26+
"misp"
27+
],
28+
"name": "shares",
29+
"opposite": "shared-by"
30+
},
2331
{
2432
"description": "The referenced source and target objects are semantically duplicates of each other.",
2533
"format": [
@@ -1750,5 +1758,5 @@
17501758
"opposite": "acquires"
17511759
}
17521760
],
1753-
"version": 41
1754-
}
1761+
"version": 42
1762+
}

0 commit comments

Comments
 (0)