mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 14:57:18 +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://thecyberexpress.com/"
|
||||
],
|
||||
"synonyms": "The Cyber Express"
|
||||
"synonyms": [
|
||||
"The Cyber Express"
|
||||
]
|
||||
},
|
||||
"uuid": "43e3e0a8-a12d-450a-8f2d-94915123549c",
|
||||
"value": "Cyble"
|
||||
|
|
Loading…
Reference in a new issue