chg: [relationships] `serves` added in relationships

Additional verb as an alternative to `hosts`
pull/391/head
Alexandre Dulaunoy 2023-05-16 09:25:57 +02:00
parent a605792844
commit 48dd455196
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 9 additions and 2 deletions

View File

@ -1381,6 +1381,13 @@
],
"name": "is-not-targeted-by"
},
{
"description": "This relationship describes that the source object provides services described in the target object.",
"format": [
"misp"
],
"name": "serves"
},
{
"description": "The source object considers the target object as a friend. Is not necessarily symmetric.",
"format": [
@ -1508,5 +1515,5 @@
"name": "Me"
}
],
"version": 36
}
"version": 37
}