Merge branch 'master' of github.com:MISP/misp-galaxy

pull/219/head
Alexandre Dulaunoy 2018-05-29 21:47:59 +02:00
commit 6d5b8de216
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
3 changed files with 691 additions and 677 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
{ {
"uuid": "1f8e3bae-1708-11e8-8e97-4bd2150e5aae", "uuid": "1f8e3bae-1708-11e8-8e97-4bd2150e5aae",
"description": "Mitre Relationship", "description": "Mitre Relationship",
"version": 4, "version": 5,
"icon": "link", "icon": "link",
"type": "mitre-pre-attack-relashipship", "type": "mitre-pre-attack-relationship",
"name": "Pre Attack - Relationship", "name": "Pre Attack - Relationship",
"namespace": "mitre-attack" "namespace": "mitre-attack"
} }

View File

@ -78,7 +78,7 @@ for element in os.listdir(path):
galaxy = {} galaxy = {}
galaxy['name'] = "Pre Attack - Relationship" galaxy['name'] = "Pre Attack - Relationship"
galaxy['type'] = "mitre-pre-attack-relashipship" galaxy['type'] = "mitre-pre-attack-relationship"
galaxy['description'] = "Mitre Relationship" galaxy['description'] = "Mitre Relationship"
galaxy['uuid' ] = "1f8e3bae-1708-11e8-8e97-4bd2150e5aae" galaxy['uuid' ] = "1f8e3bae-1708-11e8-8e97-4bd2150e5aae"
galaxy['version'] = args.version galaxy['version'] = args.version