mirror of https://github.com/MISP/misp-objects
chg: [relationships] `shares` relationship added
Thanks to @gregWDumont for the feedbackpull/424/head
parent
dc52c10844
commit
b5381a3105
|
@ -13,13 +13,21 @@
|
||||||
"name": "derived-from"
|
"name": "derived-from"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "This relationship describes an object which executes another object",
|
"description": "This relationship describes an object which executes another object.",
|
||||||
"format": [
|
"format": [
|
||||||
"misp"
|
"misp"
|
||||||
],
|
],
|
||||||
"name": "executes",
|
"name": "executes",
|
||||||
"opposite": "executed-by"
|
"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.",
|
"description": "The referenced source and target objects are semantically duplicates of each other.",
|
||||||
"format": [
|
"format": [
|
||||||
|
@ -1750,5 +1758,5 @@
|
||||||
"opposite": "acquires"
|
"opposite": "acquires"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 41
|
"version": 42
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue