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": [
|
"values": [
|
||||||
{
|
{
|
||||||
"name": "derived-from",
|
"name": "derived-from",
|
||||||
|
@ -615,6 +615,13 @@
|
||||||
"format": [
|
"format": [
|
||||||
"misp"
|
"misp"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "signed-by",
|
||||||
|
"description": "This relationship describes an object signed by 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