An application allowing users to explore, create, annotate, and share extensions of the MITRE ATT&CK® knowledge base. This repository contains an Angular-based web application providing the user interface for the ATT&CK Workbench application.
Fixes an issue where revoking or deprecating an object would deprecate all revoked-by relationships with that object. The only case in which a revoked-by relationship will be marked as deprecated is if the source object has been “un-revoked”.
Fixes an issue where revoking or deprecating an object would deprecate all
revoked-by
relationships with that object. The only case in which arevoked-by
relationship will be marked as deprecated is if the source object has been “un-revoked”.Resolves #467