mitre-attack / mitre-attack/attack-workbench-frontend
Links to sub-techniques
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 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
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 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