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

[REQUEST] Validate domains between source object and target objects during relationship creation

Open
#832 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.