mirror of https://github.com/MISP/misp-objects
fix: communicate-with relationship added
parent
dc1dce796e
commit
e455b17868
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": 2,
|
"version": 3,
|
||||||
"values": [
|
"values": [
|
||||||
{
|
{
|
||||||
"name": "derived-from",
|
"name": "derived-from",
|
||||||
|
@ -115,6 +115,13 @@
|
||||||
"format": [
|
"format": [
|
||||||
"misp"
|
"misp"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "communicate-with",
|
||||||
|
"description": "This relationship describes an object communicating with another object",
|
||||||
|
"format": [
|
||||||
|
"misp"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Default type of relationships in MISP objects.",
|
"description": "Default type of relationships in MISP objects.",
|
||||||
|
|
Loading…
Reference in New Issue