We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 (
attack-website/modules/tactic.py
Line 48 in 82d24bb
'tactics_list_len': str(len(tactics[domain]))
Please pull/submit pull request from/to the feature/subtechniques-2.1 branch
feature/subtechniques-2.1
The text was updated successfully, but these errors were encountered:
Merge pull request #185 from mitre-attack/fix/#183-tactics-count
9bffc65
Fix/#183 tactics count
JeffJLi
No branches or pull requests
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 (
attack-website/modules/tactic.py
Line 48 in 82d24bb
'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
branchThe text was updated successfully, but these errors were encountered: