diff --git a/relationships/definition.json b/relationships/definition.json index a8fc888..233e428 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1819,7 +1819,30 @@ ], "name": "is-deployed-by", "opposite": "deploys" + }, + { + "description": "The source object interacts with the target object.", + "format": [ + "misp" + ], + "name": "interacts-with" + }, + { + "description": "The source object injects the target object.", + "format": [ + "misp" + ], + "name": "injects", + "opposite": "is-injected-by" + }, + { + "description": "The source object is injected by the target object.", + "format": [ + "misp" + ], + "name": "is-injected-by", + "opposite": "injects" } ], - "version": 45 -} \ No newline at end of file + "version": 46 +}