Skip to content

Commit

Permalink
add support for v14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Nov 13, 2023
1 parent 972ac66 commit 219959e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
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.
-->
# Staged Changes
# 4.9.1 - 14 November 2023

Adds support for ATT&CK v14.1.

## Fixes
- Fixed an issue with the Dockerfile which was preventing the docker image from building. See issue [#598](https://github.com/mitre-attack/attack-navigator/pull/598).
Expand Down
6 changes: 3 additions & 3 deletions layers/LAYERFORMATv4_5.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The following example illustrates the layer file format of a single layer:
"name": "example layer",
"versions": {
"attack": "13",
"navigator": "4.8.2",
"navigator": "4.9.1",
"layer": "4.5"
},
"domain": "enterprise-attack",
Expand Down Expand Up @@ -233,7 +233,7 @@ The following example illustrates the layer file format of multiple layers. The
"name": "example layer",
"versions": {
"attack": "14",
"navigator": "4.9.0",
"navigator": "4.9.1",
"layer": "4.5"
},
"domain": "enterprise-attack",
Expand Down Expand Up @@ -351,7 +351,7 @@ The following example illustrates the layer file format of multiple layers. The
"name": "example layer",
"versions": {
"attack": "14",
"navigator": "4.9.0",
"navigator": "4.9.1",
"layer": "4.5"
},
"domain": "enterprise-attack",
Expand Down
4 changes: 2 additions & 2 deletions 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.9.0",
"version": "4.9.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-v14.0/enterprise-attack/enterprise-attack.json"]
"data": ["https://raw.githubusercontent.com/mitre/cti/ATT%26CK-v14.1/enterprise-attack/enterprise-attack.json"]
},
{
"name": "Mobile",
"identifier": "mobile-attack",
"data": ["https://raw.githubusercontent.com/mitre/cti/ATT%26CK-v14.0/mobile-attack/mobile-attack.json"]
"data": ["https://raw.githubusercontent.com/mitre/cti/ATT%26CK-v14.1/mobile-attack/mobile-attack.json"]
},
{
"name": "ICS",
"identifier": "ics-attack",
"data": ["https://raw.githubusercontent.com/mitre/cti/ATT%26CK-v14.0/ics-attack/ics-attack.json"]
"data": ["https://raw.githubusercontent.com/mitre/cti/ATT%26CK-v14.1/ics-attack/ics-attack.json"]
}
]
},
Expand Down

0 comments on commit 219959e

Please sign in to comment.