mirror of https://github.com/MISP/misp-objects
fix: [relatonships] because mirrors are great
parent
a79ccb55fb
commit
07c6888b3c
|
@ -28,6 +28,14 @@
|
||||||
"name": "shares",
|
"name": "shares",
|
||||||
"opposite": "shared-by"
|
"opposite": "shared-by"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "This relationship describes an object which was shared by another object.",
|
||||||
|
"format": [
|
||||||
|
"misp"
|
||||||
|
],
|
||||||
|
"name": "shared-by",
|
||||||
|
"opposite": "shares"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"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": [
|
||||||
|
@ -1758,5 +1766,5 @@
|
||||||
"opposite": "acquires"
|
"opposite": "acquires"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 42
|
"version": 43
|
||||||
}
|
}
|
Loading…
Reference in New Issue