mirror of https://github.com/MISP/misp-objects
new: Add "includes" relationship.
parent
e5cd4c761a
commit
d2f955bc74
|
@ -257,6 +257,13 @@
|
||||||
"misp"
|
"misp"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "includes",
|
||||||
|
"description": "This relationship describes an object that includes an other object.",
|
||||||
|
"format": [
|
||||||
|
"misp"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "analysed-with",
|
"name": "analysed-with",
|
||||||
"description": "This relationship describes an object analysed by another object.",
|
"description": "This relationship describes an object analysed by another object.",
|
||||||
|
|
Loading…
Reference in New Issue