Skip to content

Commit

Permalink
Merge pull request #429 from Delta-Sierra/master
Browse files Browse the repository at this point in the history
 add relationship interviews/is-interviewed-by
  • Loading branch information
adulau authored Apr 25, 2024
2 parents 2061c35 + b1588ba commit 4393a48
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions relationships/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -1858,7 +1858,23 @@
],
"name": "is-injected-by",
"opposite": "injects"
},
{
"description": "The source object interviews the target object.",
"format": [
"misp"
],
"name": "interviews",
"opposite": "is-interviewed-by"
},
{
"description": "The source object is interviewed by the target object.",
"format": [
"misp"
],
"name": "is-interviewed-by",
"opposite": "interviews"
}
],
"version": 47
}
"version": 48
}

0 comments on commit 4393a48

Please sign in to comment.