mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
fix: [producer] must be an array
This commit is contained in:
parent
29517e06dc
commit
e2985c3686
1 changed files with 3 additions and 1 deletions
|
@ -731,7 +731,9 @@
|
||||||
"https://cyble.com/resources/",
|
"https://cyble.com/resources/",
|
||||||
"https://thecyberexpress.com/"
|
"https://thecyberexpress.com/"
|
||||||
],
|
],
|
||||||
"synonyms": "The Cyber Express"
|
"synonyms": [
|
||||||
|
"The Cyber Express"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"uuid": "43e3e0a8-a12d-450a-8f2d-94915123549c",
|
"uuid": "43e3e0a8-a12d-450a-8f2d-94915123549c",
|
||||||
"value": "Cyble"
|
"value": "Cyble"
|
||||||
|
|
Loading…
Reference in a new issue