mirror of https://github.com/MISP/misp-objects
Merge pull request #174 from haxpak/haxpak/relationship-executes
Haxpak/relationship executespull/178/head
commit
1c8d7552a6
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": 14,
|
"version": 15,
|
||||||
"values": [
|
"values": [
|
||||||
{
|
{
|
||||||
"name": "derived-from",
|
"name": "derived-from",
|
||||||
|
@ -10,6 +10,13 @@
|
||||||
"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.",
|
||||||
|
|
Loading…
Reference in New Issue