Skip to content

Releases: microsoft/sarif-vscode-extension

Release v2.12.0

10 May 21:43
43c8ce5
Compare
Choose a tag to compare
  • Updated the supported sarif version '2.1.0-rtm.0'
  • Updated the sarif Multitool to the version supporting '2.1.0-rtm.0'
  • Fixed uriBaseId not working correctly when pointing to a file share issue #152

Release v2.11.0

29 Mar 00:12
b4174f5
Compare
Choose a tag to compare
  • Updated the supported sarif version '2.0.0-csd.2.beta.2019-02-20'
  • Updated the sarif Multitool to the version supporting '2.0.0-csd.2.beta.2019-02-20'
  • Fixed a bug causing the filter and hide/show columns buttons on the Results Lists to not be visible

Release v2.10.0

01 Mar 01:39
5ccccd4
Compare
Choose a tag to compare
  • Updated the supported sarif version '2.0.0-csd.2.beta.2019-01-24' #139
  • Updated the sarif Multitool to the version supporting '2.0.0-csd.2.beta.2019-01-24' #139
  • Added Start time and Duration to the Run Info tab in Result Details Panel #145
  • Added the Rule Description to the right column of Rule Id in Result Info tab in Result Details Panel #144
  • Added a link pointing to the result's Sarif file location, to the Result Info tab in Result Details Panel #14
  • Added Kind and Rank to the Results List Panel and Result Info tab in Result Details Panel #139
  • Launch the Sarif Explorer on load, removed launching the Problems Panel #135
  • Added Sample sarif files to the repo that match the currently supported sarif version #138

Release v2.9.0

13 Feb 03:31
dd8bb68
Compare
Choose a tag to compare

Updated the supported sarif version '2.0.0-csd.2.beta.2019-01-09' #129
Updated the sarif Multitool to the version supporting '2.0.0-csd.2.beta.2019-01-09' #129
Added a Fixes panel to the Results Details section in the Sarif Explorer #10

Release v2.8.0

29 Jan 02:19
5dbbbc4
Compare
Choose a tag to compare
  • Added a Filter to the Results List #107
    • Allows searching text (no wildcard support yet)
    • Allows toggling Match Case
  • Added 2 columns to the Results List: Baseline State and Tool
  • Added Baseline State to the ResultInfo tab in the Result Details Panel
  • Fixed bug with the Codeflow step highlights not showing
  • Switched to using the new Sarif NPM for the sarif schema (still on version 2.0.0-csd.2.beta.2018-10-10)

Release v2.7.0

12 Dec 21:31
d653ca2
Compare
Choose a tag to compare
  • Updated support for sarif version to "2.0.0-csd.2.beta.2018-10-10"
  • Updated Multitool to the version supporting "2.0.0-csd.2.beta.2018-10-10"
  • Added feature to Upgrade older sarif version files to the latest "2.0.0-csd.2.beta.2018-10-10" using the multitool transform feature

Release v2.6.2

21 Nov 23:33
7e8b8d2
Compare
Choose a tag to compare
  • Fix for #113 Sarif Explorer not loading on Linux OS
  • Fix for #115 Start Column in ResultsList is off by 1

Release v2.6.1

12 Nov 20:33
e6dd034
Compare
Choose a tag to compare

Quick update to fix #110 the Sarif Explorer launching on extension activation, causing it to open even if a sarif file isn't opened.

Release v2.6.0

08 Nov 22:26
b407346
Compare
Choose a tag to compare
  • Added the Results List to the Sarif Explorer (#28)
  • Fixed bug with results not showing if the file has a uriBaseId not embedded in the file key (#102)
  • Fixed Sarif Explorer not updating the result that's displayed after a remapping (#96)

Release v2.5.0

24 Sep 06:22
5e4dfed
Compare
Choose a tag to compare
  • Added feature to open and convert non-sarif static analysis file to sarif for analysis (#79)
    • New command to activate the converter is "Sarif: Convert and open a non-sarif file"
    • Supported analysis tool files are:
      • AndroidStudio, ClangAnalyzer, CppCheck, Fortify, FortifyFpr, FxCop, PREfast, Pylint, SemmleQL, StaticDriverVerifier, TSLint
  • Added support for showing QuickFix light bulb and context menu in the Problems panel when a Sarif result can be remapped (#98)
  • Fixed bug where the UI dialog for remapping allowed a non valid path to be entered (#92)
  • Fixed bug where the Sarif Explorer showed empty when a sarif result was missing data such as rule id, rule name or location (#94)