diff --git a/relationships/definition.json b/relationships/definition.json index 70c9101..011ea4a 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -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 } \ No newline at end of file