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

Incorrect Tactics count #183

Closed
IanDavila opened this issue Jun 3, 2020 · 0 comments
Closed

Incorrect Tactics count #183

IanDavila opened this issue Jun 3, 2020 · 0 comments
Assignees
Milestone

Comments

@IanDavila
Copy link
Contributor

As a user of the ATT&CK website, I want to see the correct count of tactics on the tactics page (https://attack.mitre.org/beta/tactics/enterprise/).

To fix this, we should replace (

'tactics_list_len': str(len(tactics))
) to 'tactics_list_len': str(len(tactics[domain])). This will return the correct tactic count per domain.

Please pull/submit pull request from/to the feature/subtechniques-2.1 branch

@IanDavila IanDavila added this to the Version 2.1 milestone Jun 3, 2020
isaisabel added a commit that referenced this issue Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants