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": [
|
"values": [
|
||||||
{
|
{
|
||||||
"name": "derived-from",
|
"name": "derived-from",
|
||||||
|
@ -178,6 +178,13 @@
|
||||||
"format": [
|
"format": [
|
||||||
"misp"
|
"misp"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "calls",
|
||||||
|
"descriptipn": "This relationship describes an object which calls another objects.",
|
||||||
|
"format": [
|
||||||
|
"misp"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Default type of relationships in MISP objects.",
|
"description": "Default type of relationships in MISP objects.",
|
||||||
|
|
Loading…
Reference in New Issue