mitre-attack / mitre-attack/attack-workbench-frontend
Ensure that sub-techniques and their parents' IDs are synchronized
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 438
- Forks
- 79
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 3
Description
As a user, I would like the Workbench to help me ensure that sub-technique ATT&CK IDs are always suffixes of their parent technique's IDs.
Add validators and functionalities to ensure that sub-techniques and their parent techniques' ATT&CK IDs stay synchronized. This may include disallowing edits for objects with subtechnique-of relationships, updating sub-technique IDs when the parent ID changes, and auto-prefixing the parent ATT&CK ID when editing a sub-technique's ATT&CK ID.
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.
Research direction
No files, tests, or entry points are named. Start by tracing the Workbench flows that edit ATT&CK techniques and sub-techniques, then identify where subtechnique-of relationships and ATT&CK IDs are validated; done means parent and sub-technique IDs remain synchronized across the described edits.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100