mirror of https://github.com/MISP/misp-objects
chg: [relationships] fixed `hosted-by` opposite
parent
2001eb35c2
commit
ed01e38ec2
|
@ -469,6 +469,14 @@
|
|||
"name": "hosts",
|
||||
"opposite": "hosted-by"
|
||||
},
|
||||
{
|
||||
"description": "This relatiobship describes an object hosted by another object.",
|
||||
"format": [
|
||||
"stix-2.1"
|
||||
],
|
||||
"name": "hosted-by",
|
||||
"opposite": "hosts"
|
||||
},
|
||||
{
|
||||
"description": "This relationship describes an object which consists of one or more object(s).",
|
||||
"format": [
|
||||
|
@ -1316,5 +1324,5 @@
|
|||
"name": "ambivalient-of"
|
||||
}
|
||||
],
|
||||
"version": 30
|
||||
"version": 31
|
||||
}
|
Loading…
Reference in New Issue