mitre-attack / mitre-attack/attack-workbench-frontend
[REQUEST] Validate domains between source object and target objects during relationship creation
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 438
- Forks
- 79
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 3
Description
When a user creates a relationship between a source object and a target object, it should validate that each object’s domain is included in the other object’s x_mitre_domains. If the domain of the source object is not present in the target object’s x_mitre_domains, or vice versa, the UI should notify the user.
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
Locate the Angular UI entry point for creating relationships and trace how the source and target objects expose their x_mitre_domains. Add validation for mismatched domains and verify that the UI notifies the user in either direction; no specific files or tests are named in the issue, so confirm the relevant test location while tracing the flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100