mirror of https://github.com/MISP/misp-objects
Merge pull request #197 from Delta-Sierra/master
add injects-into and injected-into relationshipspull/198/head
commit
e20c463099
|
@ -949,6 +949,20 @@
|
||||||
"misp"
|
"misp"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "injects-into",
|
||||||
|
"description": "Represents an object injecting something into something",
|
||||||
|
"format": [
|
||||||
|
"misp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "injected-into",
|
||||||
|
"description": "Represents an object which is injected something into something",
|
||||||
|
"format": [
|
||||||
|
"misp"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "creates",
|
"name": "creates",
|
||||||
"description": "Represents an object that creates something.",
|
"description": "Represents an object that creates something.",
|
||||||
|
|
Loading…
Reference in New Issue