mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-26 08:47:18 +00:00
fix: [disarm] fix UUID
This commit is contained in:
parent
cd694fff6e
commit
f89d886566
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
"name": "Countermeasures",
|
"name": "Countermeasures",
|
||||||
"source": "https://github.com/DISARMFoundation/DISARMframeworks",
|
"source": "https://github.com/DISARMFoundation/DISARMframeworks",
|
||||||
"type": "disarm-countermeasures",
|
"type": "disarm-countermeasures",
|
||||||
"uuid": "fd98a93a-9c2b-5fd3-bc32-caa75cb42f92",
|
"uuid": "75e907ad-1b8d-5288-a9e9-1b18627b3265",
|
||||||
"values": [
|
"values": [
|
||||||
{
|
{
|
||||||
"description": "Include a paid-for privacy option, e.g. pay Facebook for an option of them not collecting your personal information. There are examples of this not working, e.g. most people don’t use proton mail etc.",
|
"description": "Include a paid-for privacy option, e.g. pay Facebook for an option of them not collecting your personal information. There are examples of this not working, e.g. most people don’t use proton mail etc.",
|
||||||
|
|
|
@ -49,6 +49,6 @@
|
||||||
"name": "Countermeasures",
|
"name": "Countermeasures",
|
||||||
"namespace": "disarm",
|
"namespace": "disarm",
|
||||||
"type": "disarm-countermeasures",
|
"type": "disarm-countermeasures",
|
||||||
"uuid": "33becc7b-4f5f-525c-afd9-a2fd61267b08",
|
"uuid": "9a3ac024-7c65-5ac0-87c4-eaed2238eec8",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue