mirror of https://github.com/MISP/misp-objects
chg: [relationships] `serves` added in relationships
Additional verb as an alternative to `hosts`pull/391/head
parent
a605792844
commit
48dd455196
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue