Skip to content

Add retired version support to attack-archives #102

Description

@isaisabel

As a user of the ATT&CK Website, I want to be able to see previous versions of the site. Where previous versions are not available, I want to be able to be linked to a JSON file for the data for that version as well as a github-pages-branch commit for the files for that version.

This will require edits to the attack-archives repo. The archival script, and archives.json, will need to be updated to have the following fields:

  1. cti_url: url of the version-tag for that release on mitre/cti.
  2. gh_pages_url: url of the github-pages commit for the last update under that version.
  3. retired: boolean, if true the version will not be deployed to the site, and the entry on /resources/previous-versions/will be replaced with a blurb explaining that the version was retired, and descriptive links to cti_url and gh_pages_url.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions