Releases: redcanaryco/vscode-attack
Releases · redcanaryco/vscode-attack
v1.3.0
- Added project wiki and updated README accordingly
- Added search command prompt. Users will be warned about the possibility of unrelated results if their search term is short (currently less than 5 characters)
- Re-worked search result webview to only display one result at a time and allow the user to navigate through the results
v1.2.0
- Added support for Trusted Workspaces feature. Search command is disabled in untrusted workspaces, but all other features are enabled
- Removed ability to click status bar and execute Search command. The Command Palette is the only supported method for invoking Search now
- Bumped required VSCode version to support Trusted Workspaces
v1.1.1
- Corrected
vscode-attack.insertLink
behavior to support case insensitive terms, such ast1059
orPOWERSHELL
v1.1.0
- Improved logging to include timestamps and more verbose messaging around ATT&CK map download process
- Standardized more tests
- New completion item format:
link
: insert an unformatted link to the attack.mitre.org site when performing code completion - New command:
vscode-attack.insertLink
: convert a preexisting ATT&CK ID or name into a Markdown link to the attack.mitre.org site
v1.0.0
- Added BSD-3 license
- Lots of code linting and cleanup
v0.1.1
Updated README, bumped extension version (v0.1.0 accidentally had v0.0.17 listed), and added a limit to the number of technique description results returned
v0.1.0
Initial beta version. Has all the features initially laid out, but may have bugs