Skip to content

Commit 6d56f7d

Browse files
authored
Merge pull request #538 from mitre-attack/develop
Update website to 4.2.3
2 parents 1423f66 + de00e18 commit 6d56f7d

File tree

12 files changed

+28128
-7
lines changed

12 files changed

+28128
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v4.2.3 (2025-05-06)
2+
3+
## Features
4+
5+
* Release ATT&CK content version 17.1.
6+
See detailed changes [here](https://github.com/mitre/cti/releases/tag/ATT%26CK-v17.1).
7+
18
# v4.2.2 (2025-04-22)
29

310
## Features

data/versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"current": {
3-
"name": "v17.0",
3+
"name": "v17.1",
44
"date_start": "April 22, 2025",
55
"changelog": "updates-april-2025",
6-
"cti_url": "https://github.com/mitre/cti/releases/tag/ATT%26CK-v17.0"
6+
"cti_url": "https://github.com/mitre/cti/releases/tag/ATT%26CK-v17.1"
77
},
88
"previous": [
99
{

docs/RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ Consult these sections as needed for step 5 in the above list.
133133
* Release [ATT&CK content version X.Y](https://github.com/mitre/cti/releases/tag/ATT%26CK-vX.Y).
134134
See the release notes [here](https://attack.mitre.org/resources/updates/updates-<month>-<year>/).
135135
```
136+
* Update the `layer_version` and `navigator_version` in `modules/site_config.py` if navigator version or navigator layer version has been updated.<br>
137+
Check the layer specification version [here](https://github.com/mitre-attack/attack-navigator/blob/master/layers/spec/) and the navigator version [here](https://github.com/mitre-attack/attack-navigator/blob/master/CHANGELOG.md).
136138
137139
### Minor release
138140
@@ -150,3 +152,5 @@ Consult these sections as needed for step 5 in the above list.
150152
* Release ATT&CK content version X.Y.
151153
See detailed changes [here](https://github.com/mitre/cti/releases/tag/ATT%26CK-vX.Y).
152154
```
155+
* Update the `layer_version` and `navigator_version` in `modules/site_config.py` if navigator version or navigator layer version has been updated.<br>
156+
Check the layer specification version [here](https://github.com/mitre-attack/attack-navigator/blob/master/layers/spec/) and the navigator version [here](https://github.com/mitre-attack/attack-navigator/blob/master/CHANGELOG.md).

modules/resources/docs/changelogs/v17.0-v17.1/changelog-detailed.html

Lines changed: 93 additions & 0 deletions
Large diffs are not rendered by default.

modules/resources/docs/changelogs/v17.0-v17.1/changelog.json

Lines changed: 27124 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)