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.
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:
Map collection bundle differences directly to ATT&CK changelog types (major, minor, other, patches) during bundle creation or updates
Add validation to ensure new bundle differences are categorized according to the ATT&CK changelog standards
Include automated checks/error throwing to flag discrepancies between collection bundle differences and changelog types
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: