add deploy relationship

pull/427/head
Delta-Sierra 2024-04-18 12:57:53 +02:00
parent c978e829c5
commit d371245037
1 changed files with 17 additions and 1 deletions

View File

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