chg: [relationships] works-with relationship added

Credits: Student from University of Lorraine (GRU example)
pull/339/head
Alexandre Dulaunoy 2021-11-27 12:30:46 +01:00
parent 9ee8f2912d
commit 732defba14
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 8 additions and 1 deletions

View File

@ -993,6 +993,13 @@
], ],
"name": "works-for" "name": "works-for"
}, },
{
"description": "Represents an object working with another one.",
"format": [
"misp"
],
"name": "works-with"
},
{ {
"description": "Represents an object being a witness of something.", "description": "Represents an object being a witness of something.",
"format": [ "format": [
@ -1223,5 +1230,5 @@
"name": "found-in" "name": "found-in"
} }
], ],
"version": 26 "version": 27
} }