Skip to content

Commit

Permalink
chg: [relationships] publishes added
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Apr 19, 2024
1 parent a206307 commit 1abf2bf
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion relationships/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -1844,5 +1860,5 @@
"opposite": "injects"
}
],
"version": 46
"version": 47
}

0 comments on commit 1abf2bf

Please sign in to comment.