chg: [relationships] `publishes` added

pull/428/head
Alexandre Dulaunoy 2024-04-19 14:53:38 +02:00
parent a2063078e5
commit 1abf2bf705
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 17 additions and 1 deletions

View File

@ -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
}