mirror of https://github.com/MISP/misp-objects
added "signed-by" relationship fix #87
parent
ab58f01666
commit
a2384e9032
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": 12,
|
||||
"version": 13,
|
||||
"values": [
|
||||
{
|
||||
"name": "derived-from",
|
||||
|
@ -615,6 +615,13 @@
|
|||
"format": [
|
||||
"misp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "signed-by",
|
||||
"description": "This relationship describes an object signed by another object.",
|
||||
"format": [
|
||||
"misp"
|
||||
]
|
||||
}
|
||||
],
|
||||
"description": "Default type of relationships in MISP objects.",
|
||||
|
|
Loading…
Reference in New Issue