Skip to content

Incorrect Tactics count #183

Description

@IanDavila

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions