mirror of https://github.com/MISP/misp-objects
add injects-into and injected-into relationships
parent
55f5716b5d
commit
005b6027da
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": 14,
|
"version": 15,
|
||||||
"values": [
|
"values": [
|
||||||
{
|
{
|
||||||
"name": "derived-from",
|
"name": "derived-from",
|
||||||
|
@ -927,6 +927,20 @@
|
||||||
"format": [
|
"format": [
|
||||||
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Default type of relationships in MISP objects.",
|
"description": "Default type of relationships in MISP objects.",
|
||||||
|
|
Loading…
Reference in New Issue