Releases: microsoft/sarif-vscode-extension
Releases · microsoft/sarif-vscode-extension
Release v2.12.0
- 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
- 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
- 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
Release v2.8.0
- 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
- 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
Release v2.6.1
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
Release v2.5.0
- 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)