mitre-attack / mitre-attack/attack-workbench-frontend
[BUG] "Group not found" error when updating reference—related objects of Relationships incorrect modified date
@adpare is already working on this.
Since Sep 21, 2025.
- Dominant language
- TypeScript
- Stars
- 438
- Forks
- 79
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 3
Description
When updating a reference in the reference manager and clicking "apply patches and save," an " not found" snackbar appears. This happens because, when updating a reference on a Relationship object, the related source and target objects are also updated to mark them as "work in progress" (see Relationship.save()). A request is sent to the API to update the object using its STIX ID and a modified date set to now, rather than its original modified date. As a result, the backend can't find the group to update and shows the snackbar error.
Expected: Marking related objects as "work in progress" should use their original modified date, not a new one.
Related to #561
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.
Assessment
This issue has not been assessed yet.