mirror of https://github.com/MISP/misp-galaxy
fix: [tools] add external_id to TMSS
parent
e8bd44693e
commit
b228ffec38
|
@ -86,7 +86,8 @@ for nav_item in mkdocs_data['nav']:
|
|||
'uuid': str(uuid.uuid5(uuid.UUID("9319371e-2504-4128-8410-3741cebbcfd3"), technique)),
|
||||
'meta': {
|
||||
'kill_chain': [],
|
||||
'refs': [f"https://microsoft.github.io/Threat-matrix-for-storage-services/{fname[:-3]}"]
|
||||
'refs': [f"https://microsoft.github.io/Threat-matrix-for-storage-services/{fname[:-3]}"],
|
||||
'external_id': technique_id
|
||||
}
|
||||
}
|
||||
if mitre_technique_uuid:
|
||||
|
|
Loading…
Reference in New Issue