mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
tags is an array
This commit is contained in:
parent
b857be9cab
commit
33a300b773
1 changed files with 6 additions and 2 deletions
|
@ -1111,7 +1111,9 @@
|
|||
{
|
||||
"dest-uuid": "f873db71-3d53-41d5-b141-530675ade27a",
|
||||
"type": "similar",
|
||||
"tags": "estimative-language:likelihood-probability=\"very-likely\""
|
||||
"tags": [
|
||||
"estimative-language:likelihood-probability=\"very-likely\""
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1267,7 +1269,9 @@
|
|||
{
|
||||
"dest-uuid": "ba724df5-9aa0-45ca-8e0e-7101c208ae48",
|
||||
"type": "similar",
|
||||
"tags": "estimative-language:likelihood-probability=\"very-likely\""
|
||||
"tags": [
|
||||
"estimative-language:likelihood-probability=\"very-likely\""
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue