mirror of https://github.com/MISP/misp-objects
calls relationship type added
parent
2b913c848d
commit
afa08ffb4b
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": 6,
|
||||
"version": 7,
|
||||
"values": [
|
||||
{
|
||||
"name": "derived-from",
|
||||
|
@ -178,6 +178,13 @@
|
|||
"format": [
|
||||
"misp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "calls",
|
||||
"descriptipn": "This relationship describes an object which calls another objects.",
|
||||
"format": [
|
||||
"misp"
|
||||
]
|
||||
}
|
||||
],
|
||||
"description": "Default type of relationships in MISP objects.",
|
||||
|
|
Loading…
Reference in New Issue