mitre-attack / mitre-attack/attack-navigator
Support Filtering/Display of Custom Context Menu Options by Technique
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.5k
- Forks
- 715
- Avg merge
- 7h 33m
- Merged PRs (30d)
- 4
Description
Right now custom context menu options via assets/config.json get applied to all techniques in a layer. It would be great if we could filter/select which techniques specific context menu options get applied to, as it would enable per-technique context menus to be built.
In the JSON, I think this could be implemented as a simple list in the context menu dictionary that acts as a filter:
{
"label": "foo"
"url": "https://test.com",
"limit_techniques": ["T1099", "T1092"]
}
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
Start with assets/config.json and trace how its custom context menu options are loaded and displayed for techniques. Check how the proposed limit_techniques list should match technique identifiers, then verify that listed options appear only for the selected techniques while existing menus remain unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100