add injects-into and injected-into relationships

pull/197/head
Deborah Servili 2019-08-05 16:25:21 +02:00
parent 55f5716b5d
commit 005b6027da
No known key found for this signature in database
GPG Key ID: 7E3A832850D4D7D1
1 changed files with 15 additions and 1 deletions

View File

@ -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.",