We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3889f commit 7777619Copy full SHA for 7777619
1 file changed
mitreattack/attackToExcel/stixToDf.py
@@ -392,7 +392,7 @@ def analyticsToDf(src):
392
393
# Prints out errors where data components are not in the same domain as analytics
394
for analytic in tqdm(analytics, desc="parsing analytics"):
395
- analytic_id = analytic.get("id")
+ analytic_id = analytic.get("id")
396
for logsrc in analytic.get("x_mitre_log_source_references", []):
397
data_comp_id = logsrc.get("x_mitre_data_component_ref", "")
398
data_comp = src.get(data_comp_id)
0 commit comments