Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Excel Technique worksheet Tactic Column incorrect values #96

Closed
jondricek opened this issue Jan 6, 2023 · 0 comments
Closed

[Bug] Excel Technique worksheet Tactic Column incorrect values #96

jondricek opened this issue Jan 6, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jondricek
Copy link
Contributor

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

  1. Run the attackToExcel module
  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant