Skip to content

Commit fa7f502

Browse files
authored
Merge pull request #489 from mitre-attack/develop
Major redesign of Resources Pages
2 parents b824e9b + c27a647 commit fa7f502

File tree

113 files changed

+3543
-2099
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+3543
-2099
lines changed

CHANGELOG.md

+14-7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v4.1.0 (2024-01-22)
2+
3+
## Bugfixes
4+
5+
* Updated Benefactors page. [#477](https://github.com/mitre-attack/attack-website/issues/477)
6+
* Fixed offline hosting issue for Fontawesome fonts. [#488](https://github.com/mitre-attack/attack-website/issues/488)
7+
18
# v4.0.8 (2023-11-22)
29

310
## Bugfixes
@@ -232,7 +239,7 @@ It also fixes a few minor STIX abnormalities for ICS Techniques.
232239
## Features
233240

234241
* Updated docs to clarify that both STIX 2.0 and STIX 2.1 input data is supported. See issue [#317](https://github.com/mitre-attack/attack-website/issues/317).
235-
* Updated [privacy policy](https://attack.mitre.org/resources/privacy/).
242+
* Updated [privacy policy](https://attack.mitre.org/resources/legal-and-branding/privacy/).
236243

237244
## Bugfixes
238245

@@ -245,7 +252,7 @@ It also fixes a few minor STIX abnormalities for ICS Techniques.
245252
* Improved usability of matrix side layout to better differentiate tactic columns. See issue [#273](https://github.com/mitre-attack/attack-website/issues/273).
246253
* Improved matrix layout selection to include layout in dropdown title. See issue [#277](https://github.com/mitre-attack/attack-website/issues/277).
247254
* Added links to tactics in the technique information card. See issue [#288](https://github.com/mitre-attack/attack-website/issues/288).
248-
* Updated the [working with ATT&CK](https://attack.mitre.org/resources/working-with-attack/) page to mention [ATT&CK Workbench](https://github.com/center-for-threat-informed-defense/attack-workbench-frontend) and [STIX 2.1 support](https://github.com/mitre-attack/attack-stix-data).
255+
* Updated the [working with ATT&CK](https://attack.mitre.org/resources/attack-data-and-tools/) page to mention [ATT&CK Workbench](https://github.com/center-for-threat-informed-defense/attack-workbench-frontend) and [STIX 2.1 support](https://github.com/mitre-attack/attack-stix-data).
249256
* Updated matrix poster to most recent version of ATT&CK.
250257

251258
## Bugfixes
@@ -275,7 +282,7 @@ It also fixes a few minor STIX abnormalities for ICS Techniques.
275282

276283
## Bugfixes
277284

278-
* Added missing groups excel in the ATT&CK in Excel section of [Working with ATT&CK](https://attack.mitre.org/resources/working-with-attack/).
285+
* Added missing groups excel in the ATT&CK in Excel section of [Working with ATT&CK](https://attack.mitre.org/resources/attack-data-and-tools/).
279286
* Fixed CTI training ticket number 4473845 -> 473845. See issue [#296](https://github.com/mitre-attack/attack-website/issues/296).
280287

281288
# v3.2.1 (2021-04-29)
@@ -302,7 +309,7 @@ It also fixes a few minor STIX abnormalities for ICS Techniques.
302309
* Added to fields on software pages: Associated Software, Type, and Platforms.
303310
* Added generation of Navigator layers for mitigations, and updated navigator layer version to 4.2. See issue [#234](https://github.com/mitre-attack/attack-website/issues/234).
304311
* Added ATT&CK IDs to Mitigations and Procedure Examples on technique pages, and software and group home pages. See issues [#235](https://github.com/mitre-attack/attack-website/issues/235) and [#236](https://github.com/mitre-attack/attack-website/issues/236).
305-
* Improved the [Working with ATT&CK](https://attack.mitre.org/resources/working-with-attack/) page with additional information about ATT&CK data and the tools with which it can be manipulated. The new page also includes generated Excel spreadsheets representing the ATT&CK knowledge base (see also [mitreattack-python](https://github.com/mitre-attack/mitreattack-python)'s attackToExcel converter). See issue [#142](https://github.com/mitre-attack/attack-website/issues/142).
312+
* Improved the [Working with ATT&CK](https://attack.mitre.org/resources/attack-data-and-tools/) page with additional information about ATT&CK data and the tools with which it can be manipulated. The new page also includes generated Excel spreadsheets representing the ATT&CK knowledge base (see also [mitreattack-python](https://github.com/mitre-attack/mitreattack-python)'s attackToExcel converter). See issue [#142](https://github.com/mitre-attack/attack-website/issues/142).
306313
* Data sources in technique cards are now hyperlinks to the [attack-datasources GitHub repository](https://github.com/mitre-attack/attack-datasources).
307314

308315
## Bugfixes
@@ -322,7 +329,7 @@ It also fixes a few minor STIX abnormalities for ICS Techniques.
322329
* Release ATT&CK content version 8.2.
323330
See detailed changes [here](https://github.com/mitre/cti/releases/tag/ATT%26CK-v8.2).
324331
* Updated Navigator layers to version 4.1 so that users are no longer warned that they are out of date.
325-
* Updated introductory video on [getting started](https://attack.mitre.org/resources/getting-started/) page.
332+
* Updated introductory video on [getting started](https://attack.mitre.org/resources/) page.
326333

327334
# No website version update (2020-11-12)
328335

@@ -376,7 +383,7 @@ It also fixes a few minor STIX abnormalities for ICS Techniques.
376383

377384
## Features
378385

379-
* Added note on the [CTI training page](https://attack.mitre.org/resources/training/cti/) to indicate that ATT&CK v6 should be used instead of ATT&CK v7. See issue [#221](https://github.com/mitre-attack/attack-website/issues/221).
386+
* Added note on the [CTI training page](https://attack.mitre.org/resources/learn-more-about-attack/training/cti/) to indicate that ATT&CK v6 should be used instead of ATT&CK v7. See issue [#221](https://github.com/mitre-attack/attack-website/issues/221).
380387

381388
# No website version update (2020-07-15)
382389

@@ -449,7 +456,7 @@ It also fixes a few minor STIX abnormalities for ICS Techniques.
449456
* Added horizontal scroll indicators to matrices so that it's easier to tell when there's more to the left or right. See issue [#93](https://github.com/mitre-attack/attack-website/issues/93).
450457
* The website tour route is now generated dynamically, allowing the site to adapt the tour to custom STIX content. See issue [#110](https://github.com/mitre-attack/attack-website/issues/110).
451458
* Added Navigator layers to the changelog of the sub-techniques update. See issue [#126](https://github.com/mitre-attack/attack-website/issues/126).
452-
* Updated [contribute page](https://attack.mitre.org/resources/contribute). See issue [#162](https://github.com/mitre-attack/attack-website/issues/162).
459+
* Updated [contribute page](https://attack.mitre.org/resources/engage-with-attack/contribute). See issue [#162](https://github.com/mitre-attack/attack-website/issues/162).
453460

454461
## Bugfixes
455462

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2023 The MITRE Corporation
189+
Copyright 2024 The MITRE Corporation
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

NOTICE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2015-2023 The MITRE Corporation
1+
Copyright 2015-2024 The MITRE Corporation
22

33
Approved for Public Release; Distribution Unlimited. Case Number 19-3504.
44

@@ -15,4 +15,4 @@ See the License for the specific language governing permissions and
1515
limitations under the License.
1616

1717
This project makes use of ATT&CK®
18-
ATT&CK® Terms of Use - https://attack.mitre.org/resources/terms-of-use/
18+
ATT&CK® Terms of Use - https://attack.mitre.org/resources/legal-and-branding/terms-of-use/

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ STIX is designed to improve many different capabilities, such as collaborative t
4949

5050
## Notice
5151

52-
Copyright 2015-2023 The MITRE Corporation
52+
Copyright 2015-2024 The MITRE Corporation
5353

5454
Approved for Public Release; Distribution Unlimited. Case Number 19-3504.
5555

@@ -67,4 +67,4 @@ limitations under the License.
6767

6868
This project makes use of ATT&CK®
6969

70-
[ATT&CK Terms of Use](https://attack.mitre.org/resources/terms-of-use/)
70+
[ATT&CK Terms of Use](https://attack.mitre.org/resources/legal-and-branding/terms-of-use/)

attack-search/package-lock.json

+66-65
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)