File tree Expand file tree Collapse file tree
mitreattack/attackToExcel Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # v1.5.3 4/15/2022
2+
3+ ## Fixes
4+
5+ - Fix Excel output for datasources/components to display correctly
6+
17# v1.5.2 4/13/2022
28
39## Fixes
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ def sourcesToDf(src, domain):
258258 if "x_mitre_aliases" in data_object :
259259 row ["aliases" ] = ", " .join (sorted (data_object ["x_mitre_aliases" ][1 :]))
260260 if data_object ["type" ] == "x-mitre-data-component" :
261- row ["name" ] = f"{ data_object ['name' ] } : { source_lookup [ data_object ['x_mitre_data_source_ref' ] ]} "
261+ row ["name" ] = f"{ source_lookup [ data_object ['x_mitre_data_source_ref' ]] } : { data_object ['name' ]} "
262262 row ["type" ] = "datacomponent"
263263 else :
264264 row ["type" ] = "datasource"
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "mitreattack-python" ,
8- version = "1.5.2 " ,
8+ version = "1.5.3 " ,
99 author = "MITRE ATT&CK, MITRE Corporation" ,
1010 author_email = "attack@mitre.org" ,
1111 description = "MITRE ATT&CK python library" ,
You can’t perform that action at this time.
0 commit comments