Skip to content

Commit

Permalink
add support for ATT&CK v12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Nov 8, 2022
1 parent 922e8d5 commit cb83d65
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
This will patch the version number appropriately and create the correct tag on the current commit.
The creation of the tag can be disabled with the --no-git-tag-version if desired.
-->
# 4.7.1 - 8 November 2022

Adds support for ATT&CK v12.1.

# 4.7.0 - 25 October 2022

Adds support for ATT&CK v12.
Expand Down
2 changes: 1 addition & 1 deletion nav-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nav-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/mitre-attack/attack-navigator.git"
},
"version": "4.7.0",
"version": "4.7.1",
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
Expand Down
6 changes: 3 additions & 3 deletions nav-app/src/assets/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
{
"name": "Enterprise",
"identifier": "enterprise-attack",
"data": ["https://raw.githubusercontent.com/mitre/cti/ATT%26CK-v12.0/enterprise-attack/enterprise-attack.json"]
"data": ["https://raw.githubusercontent.com/mitre/cti/ATT%26CK-v12.1/enterprise-attack/enterprise-attack.json"]
},
{
"name": "Mobile",
"identifier": "mobile-attack",
"data": ["https://raw.githubusercontent.com/mitre/cti/ATT%26CK-v12.0/mobile-attack/mobile-attack.json"]
"data": ["https://raw.githubusercontent.com/mitre/cti/ATT%26CK-v12.1/mobile-attack/mobile-attack.json"]
},
{
"name": "ICS",
"identifier": "ics-attack",
"data": ["https://raw.githubusercontent.com/mitre/cti/ATT%26CK-v12.0/ics-attack/ics-attack.json"]
"data": ["https://raw.githubusercontent.com/mitre/cti/ATT%26CK-v12.1/ics-attack/ics-attack.json"]
}
]
},
Expand Down

0 comments on commit cb83d65

Please sign in to comment.