vscode-attack
vscode-attack copied to clipboard
Visual Studio Code extension for MITRE ATT&CK
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
This will enable dependabot to run weekly and look for npm
Bumps [webpack](https://github.com/webpack/webpack) from 5.68.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
ATT&CK v11 just came out: https://github.com/mitre/cti/releases/tag/ATT%26CK-v11.0 but the extension doesn't recognize the new version ``` ... [2022-04-25T21:37:51.137Z] Checking extension cache for MITRE ATT&CK mapping. [2022-04-25T21:37:51.530Z] Nothing to do. Cached version...
Periodically (weekly?) check in on the ATT&CK GitHub site for new framework versions. Currently, ATT&CK maps are only downloaded at application startup when called in the [activate()](https://github.com/redcanaryco/vscode-attack/blob/683043553b6843a62df1638f054f36538f4069e2/src/extension.ts#L156) function. Some users...
If someone wants to fork this repo and make their own version or submit a PR, it would be nice if they didn't have to read the mountain of documentation...
Users may have their own local repositories of MITRE ATT&CK data, and they may not want to use the [mitre/cti](https://github.com/mitre/cti) version. Add in a setting that uses GitHub by default,...
Right now, there is an implicit assumption that all tactics, techniques, etc. are part of the Enterprise ATT&CK framework. This is largely represented in the [regex used to identify object...