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

[BUG] Exclude existing candidates from the Add Candidates modal

Open
#914 0 comments 0 reactions 1 assignee View on GitHub

@adpare is already working on this.

Since Aug 14, 2026.

bug
Dominant language
TypeScript
Stars
438
Forks
79
Avg merge
1d 21h
Merged PRs (30d)
3

Description

On a release track page, the Add Candidates modal currently still shows objects that have already been added as candidates to the release track. Users can select and submit those objects again. The API de-duplicates and ignore the duplicates, but the UI should hide already-added candidates from the available options.

Implementation Note

The StixListConfig already supports an excludeIDs option, which could be leveraged here by populating it with the current release track candidate IDs.

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.