mitre-attack / mitre-attack/attack-workbench-frontend

Links to sub-techniques

Open
#155 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement Points: 5 viewing
Dominant language
TypeScript
Stars
438
Forks
79
Avg merge
1d 21h
Merged PRs (30d)
3

Description

As a user, I want to be able to navigate directly from a parent technique to a sub-technique, and vice versa.

  • On a sub-technique, the parent-technique name prefix should be a hyperlink to the parent technique.
  • On a sub-technique, entries in the other-sub-techniques STIX list should link to those sub-techniques when clicked
  • On a parent technique, entries in the sub-techniques STIX list should link to those sub-techniques when clicked

Note: this feature was already partially implemented as part of the v0.2 milestone, but due to bugs was scrapped. If re-implemented, ensure that loading a sub-technique or parent technique is properly reflected in stix-lists and breadcrumbs. Angular's intelligent DOM reuse often means those components don't always reinitialize on navigation, and sometimes show the previous page's data.

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 by tracing Angular navigation for the parent and sub-technique views, then inspect the stix-lists and breadcrumbs components mentioned in the issue. Verify the existing parent-name link before implementing the remaining list links. Done means both parent and sub-technique lists navigate correctly, and stix-lists and breadcrumbs refresh their data after navigation.

Written by the indexing model from the issue text.

Assessment

Tech stack
angular, typescript
Domain
frontend, web-dev
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.