Skip to content

Releases: redcanaryco/vscode-attack

v1.3.0

31 Aug 15:51
Compare
Choose a tag to compare
  • 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

19 Aug 23:28
Compare
Choose a tag to compare
  • 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

04 Jun 00:02
Compare
Choose a tag to compare
  • Corrected vscode-attack.insertLink behavior to support case insensitive terms, such as t1059 or POWERSHELL

v1.1.0

09 May 19:04
Compare
Choose a tag to compare
  • 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

28 Jan 17:15
Compare
Choose a tag to compare
  • Added BSD-3 license
  • Lots of code linting and cleanup

v0.1.1

22 Nov 21:34
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

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

19 Nov 05:19
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial beta version. Has all the features initially laid out, but may have bugs