mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-26 16:57:18 +00:00
fix: array in synonyms (MISP accepts it but not the schema ;-)
This commit is contained in:
parent
6105522453
commit
79146b9d10
1 changed files with 4 additions and 2 deletions
|
@ -5727,10 +5727,12 @@
|
||||||
"refs": [
|
"refs": [
|
||||||
"https://www.intezer.com/iron-cybercrime-group-under-the-scope-2/"
|
"https://www.intezer.com/iron-cybercrime-group-under-the-scope-2/"
|
||||||
],
|
],
|
||||||
"synonyms": "Iron Cyber Group"
|
"synonyms": [
|
||||||
|
"Iron Cyber Group"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"uuid": "6a0ea861-229a-45a6-98f5-228f69b43905"
|
"uuid": "6a0ea861-229a-45a6-98f5-228f69b43905"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 59
|
"version": 60
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue