mitre-attack / mitre-attack/attack-workbench-frontend
[BUG] The unrevoke functionality does not work from the frontend
Open
@adpare is already working on this.
Since May 27, 2026.
bug
- Dominant language
- TypeScript
- Stars
- 438
- Forks
- 79
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 3
Description
Describe the bug
Currently the user is not able to unrevoke an object from the frontend
Expected behavior
User should be able to unrevoke objects that were previously revoked
Additional context
The key for revoked does get set to false for the object, but at some point while going through the save functionality, that key gets reset to true and leaves the object unchanged.
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.