mirror of https://github.com/MISP/misp-objects
chg: [relationships] `publishes` added
parent
a2063078e5
commit
1abf2bf705
|
@ -36,6 +36,22 @@
|
|||
"name": "shared-by",
|
||||
"opposite": "shares"
|
||||
},
|
||||
{
|
||||
"description": "This relationship describes an object which publishes another object.",
|
||||
"format": [
|
||||
"misp"
|
||||
],
|
||||
"name": "publishes",
|
||||
"opposite": "published-by"
|
||||
},
|
||||
{
|
||||
"description": "This relationship describes an object which was published by another object.",
|
||||
"format": [
|
||||
"misp"
|
||||
],
|
||||
"name": "published-by",
|
||||
"opposite": "publishes"
|
||||
},
|
||||
{
|
||||
"description": "The referenced source and target objects are semantically duplicates of each other.",
|
||||
"format": [
|
||||
|
@ -1844,5 +1860,5 @@
|
|||
"opposite": "injects"
|
||||
}
|
||||
],
|
||||
"version": 46
|
||||
"version": 47
|
||||
}
|
Loading…
Reference in New Issue