mitre-attack / mitre-attack/attack-navigator

Support Filtering/Display of Custom Context Menu Options by Technique

Open
#92 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue Points: 2 timescale/long-term
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.