Merge pull request #197 from Delta-Sierra/master

add injects-into and injected-into relationships
pull/198/head
Alexandre Dulaunoy 2019-08-05 16:45:30 +02:00 committed by GitHub
commit e20c463099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

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