center-for-threat-informed-defense / attack-workbench-frontend

An application allowing users to explore, create, annotate, and share extensions of the MITRE ATT&CK® knowledge base. This repository contains an Angular-based web application providing the user interface for the ATT&CK Workbench application.
https://mitre-engenuity.org/cybersecurity/center-for-threat-informed-defense/our-work/attck-workbench/
Apache License 2.0
325 stars 61 forks source link

Synchronize Collection Bundle Differences with ATT&CK Changelog Types #562

Open erinehall opened 3 days ago

erinehall commented 3 days ago

Currently , collection bundle differences are not consistently aligned with the official ATT&CK changelog types (major, minor, other, and patches), which can lead to confusion and inconsistencies.

Solution: Ensure that collection bundle differences are categorized and displayed in alignment with the official ATT&CK changelog types to maintain consistency.

Potential Implementations:

  1. Map collection bundle differences directly to ATT&CK changelog types (major, minor, other, patches) during bundle creation or updates
  2. Add validation to ensure new bundle differences are categorized according to the ATT&CK changelog standards
  3. Include automated checks/error throwing to flag discrepancies between collection bundle differences and changelog types