misp contibutor predicate
parent
c94b4dd8d8
commit
f0dcc0a55d
|
@ -17,6 +17,15 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"predicate": "api"
|
"predicate": "api"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"predicate": "contributor",
|
||||||
|
"entry": [
|
||||||
|
{
|
||||||
|
"expanded": "OpenPGP Fingerprint",
|
||||||
|
"value": "pgpfingerprint"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"predicates": [
|
"predicates": [
|
||||||
|
@ -27,6 +36,10 @@
|
||||||
{
|
{
|
||||||
"expanded": "API related tag influencing the MISP behavior of the API.",
|
"expanded": "API related tag influencing the MISP behavior of the API.",
|
||||||
"value": "api"
|
"value": "api"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"expanded": "Information related to the contributor.",
|
||||||
|
"value": "contributor"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 1,
|
"version": 1,
|
||||||
|
|
Loading…
Reference in New Issue