mirror of https://github.com/MISP/misp-objects
add: Added some relationships introduced recently in misp modules
parent
2671039cec
commit
34d4915a1d
|
@ -1004,6 +1004,20 @@
|
||||||
],
|
],
|
||||||
"name": "knows"
|
"name": "knows"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "Represents the semantic link of describing another object.",
|
||||||
|
"format": [
|
||||||
|
"misp"
|
||||||
|
],
|
||||||
|
"name": "describes"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Represents the semantic link of extending another object.",
|
||||||
|
"format": [
|
||||||
|
"misp"
|
||||||
|
],
|
||||||
|
"name": "extends"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "owns",
|
"description": "owns",
|
||||||
"format": [
|
"format": [
|
||||||
|
|
Loading…
Reference in New Issue