From d371245037bf26f0e8af3307bcfd4bd61cb16ae7 Mon Sep 17 00:00:00 2001 From: Delta-Sierra Date: Thu, 18 Apr 2024 12:57:53 +0200 Subject: [PATCH] add deploy relationship --- relationships/definition.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/relationships/definition.json b/relationships/definition.json index 396a626..77e0e2e 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1748,7 +1748,23 @@ ], "name": "is-acquired-by", "opposite": "acquires" + }, + { + "description": "The source object deploys the target object.", + "format": [ + "misp" + ], + "name": "deploys", + "opposite": "is-deployed-by" + }, + { + "description": "The source object is deployed by the target object.", + "format": [ + "misp" + ], + "name": "is-deployed-by", + "opposite": "deploys" } ], - "version": 41 + "version": 42 }