You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The attackToExcel module produces Excel files that have Tactic names in the Tactic column on Technique worksheets.
Actual Behavior
The attackToExcel module produces Excel files that have Tactic names that are oddly figured out in the Tactic column on Technique worksheets. The problematic logic can be found here
Steps to Reproduce the Problem
Run the attackToExcel module
Look at Excel files
Possible Solution
Instead of attempting to title() case the string, replacing dashes with spaces, just go look up the Tactic STIX object it is referencing and use it's name field.
The text was updated successfully, but these errors were encountered:
Expected Behavior
The attackToExcel module produces Excel files that have Tactic names in the Tactic column on Technique worksheets.
Actual Behavior
The attackToExcel module produces Excel files that have Tactic names that are oddly figured out in the Tactic column on Technique worksheets. The problematic logic can be found here
Steps to Reproduce the Problem
Possible Solution
Instead of attempting to title() case the string, replacing dashes with spaces, just go look up the Tactic STIX object it is referencing and use it's
name
field.The text was updated successfully, but these errors were encountered: