added relationship "executes"

pull/174/head
haxpak 2019-04-15 18:00:21 +05:30
parent 89b8e10fbe
commit 2d6522887d
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": 14, "version": 15,
"values": [ "values": [
{ {
"name": "derived-from", "name": "derived-from",
@ -10,6 +10,11 @@
"alfred" "alfred"
] ]
}, },
{
"name" : "executes",
"description" : "This relationship describes an object which executes another object",
"format" : [ "misp" ]
},
{ {
"name": "duplicate-of", "name": "duplicate-of",
"description": "The referenced source and target objects are semantically duplicates of each other.", "description": "The referenced source and target objects are semantically duplicates of each other.",