mitre-attack / mitre-attack/attack-workbench-frontend
Synchronize Collection Bundle Differences with ATT&CK Changelog Types
Open
@seansica is already working on this.
Since Feb 19, 2025.
collections
Points: 3
- Dominant language
- TypeScript
- Stars
- 438
- Forks
- 79
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 3
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.