Fixed some issues with a misnamed galaxy

pull/81/head
iglocska 2017-08-16 21:40:05 +02:00
parent 1e1bbfdd96
commit cf780290be
4 changed files with 5 additions and 5 deletions

View File

@ -901,7 +901,7 @@
"MITRE" "MITRE"
], ],
"type": "course-of-action", "type": "course-of-action",
"version": 1, "version": 2,
"description": "ATT&CK Mitigation", "description": "ATT&CK Mitigation",
"name": "Course of Action", "name": "Course of Action",
"source": "https://github.com/mitre/cti", "source": "https://github.com/mitre/cti",

View File

@ -763,5 +763,5 @@
"source": "https://github.com/mitre/cti", "source": "https://github.com/mitre/cti",
"type": "intrusion-set", "type": "intrusion-set",
"description": "Name of ATT&CK Group", "description": "Name of ATT&CK Group",
"version": 1 "version": 2
} }

View File

@ -1,7 +1,7 @@
{ {
"uuid": "6fcb4472-6de4-11e7-b5f7-37771619e14e", "uuid": "6fcb4472-6de4-11e7-b5f7-37771619e14e",
"type": "course-of-action", "type": "course-of-action",
"version": 1, "version": 2,
"description": "ATT&CK Mitigation", "description": "ATT&CK Mitigation",
"name": "Course of Action" "name": "Course of Action"
} }

View File

@ -1,7 +1,7 @@
{ {
"description": "Name of ATT&CK Group", "description": "Name of ATT&CK Group",
"uuid": "1023f364-7831-11e7-8318-43b5531983ab", "uuid": "1023f364-7831-11e7-8318-43b5531983ab",
"type": "course-of-action", "type": "intrusion-set",
"name": "Intrusion Set", "name": "Intrusion Set",
"version": 1 "version": 2
} }