mitre-attack / mitre-attack/attack-workbench-frontend
List objects by markings
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 filter objects in lists by their marking definitions. For example, I want to be able to view only techniques that have the TLP:Green or TLP: White markings.
Adjust STIX Lists for objects which accept marking definitions so that users can filter by marking definition. This will also require the ATT&CK Workbench REST API to support queries by marking definition STIX ID (see https://github.com/center-for-threat-informed-defense/attack-workbench-rest-api/issues/98).
For performance, only fetch the list of marking definitions when the user opens the markings section of the filter menu.
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 the STIX Lists filtering implementation and the markings section of the filter menu. Review the REST API query requirement in issue 98 for filtering by marking definition STIX ID. Done means supported objects can be filtered by selected markings and marking definitions are fetched only when that section is opened.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- api, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100