Merge pull request #429 from Delta-Sierra/master

add relationship interviews/is-interviewed-by
pull/430/head
Alexandre Dulaunoy 2024-04-25 08:58:28 +02:00 committed by GitHub
commit 4393a483fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 18 additions and 2 deletions

View File

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