SARIF Microsoft Visual Studio Viewer Extension
Перейти к файлу
Edward Carlson 759e3d2c26 upgrading versions, seems to fix issue w/ newtonsoft breaking 2023-09-29 15:55:33 -07:00
.github Adding platform ARM64 support to the extension (#581) 2023-02-06 21:40:28 -08:00
.nuget Migrate to .NET Fx 4.7.2 (#227) 2020-10-17 14:24:14 -07:00
assets Update CONTRIBUTING.md (#510) 2022-08-02 09:06:45 -10:00
docs Update doc about resolving file path & readme (#450) 2022-01-18 18:42:00 -08:00
scripts GHAS alert dismissal (#557) 2022-11-07 08:21:55 -10:00
src upgrading versions, seems to fix issue w/ newtonsoft breaking 2023-09-29 15:55:33 -07:00
.gitattributes Enable background analyzer (#301) 2020-12-02 20:47:19 -03:00
.gitignore GHAS service + unit tests (#494) 2022-07-07 09:47:16 -10:00
.gitmodules GitExe updates for arbitrary files (#597) 2023-05-30 13:34:12 -07:00
BuildAndTest.cmd Create VSIX build 2018-08-14 13:17:53 -07:00
BuildVsixFromSigningDirectory.cmd Fix build scripts, remove SARIFer from build and solution (#529) 2022-08-19 13:38:40 -10:00
CONTRIBUTING.md Update CONTRIBUTING.md (#510) 2022-08-02 09:06:45 -10:00
Content.md Improving release process (#373) 2021-02-10 10:42:59 -03:00
GeneratedKey.snk Create VSIX build 2018-08-14 13:17:53 -07:00
LICENSE Initial commit 2018-02-20 13:40:01 -08:00
README.md Update doc about resolving file path & readme (#450) 2022-01-18 18:42:00 -08:00
RunTests.cmd Migrate to .NET Fx 4.7.2 (#227) 2020-10-17 14:24:14 -07:00
SECURITY.md Microsoft mandatory file (#526) 2022-08-24 09:19:21 -07:00
Vsix.cmd Creating vsix scripts (#326) 2020-12-23 18:25:49 -08:00
azure-pipelines.yml Update azure-pipelines.yml (#564) 2022-11-23 12:38:46 -10:00
dotnet-install.ps1 Create VSIX build 2018-08-14 13:17:53 -07:00
triskelion.png Migrate to .NET Fx 4.7.2 (#227) 2020-10-17 14:24:14 -07:00
vs-manifest.json Improving release process (#373) 2021-02-10 10:42:59 -03:00

README.md

Microsoft SARIF Viewer

Build Status

The Microsoft SARIF Viewer extension for Visual Studio provides a convenient UI for analyzing static analysis log files and taking action on the items they contain. The SARIF Viewer integrates with the Visual Studio environment, displaying a list of analysis results in the Error List and result details in a dockable tool window.

Features

  • View the set of results from a SARIF log file
  • View details about each result, including:
    • Information about the rule that was violated
    • Locations of the defect
    • Code paths and call stacks that lead to the defect
    • Suggested fixes for the defect
    • Details about the static analysis run and the tool that performed it
  • Navigate to the defect location in the target file
  • Extract target files embedded in the SARIF log
  • Preview and apply suggested fixes in the target file with the click of a button
  • Automatically transform SARIF v1 logs to v2
  • Automatically convert log files from many other static analysis formats
  • Open SARIF log files in the SARIF Viewer from your own Visual Studio extension using the SARIF Viewer Interop Library

Installation

The Microsoft SARIF Viewer extension can be downloaded and installed from the Visual Studio Marketplace.

Alternatively, in Visual Studio, open the Extension Manager (Menu: Extensions -> Manage Extensions), search for "Microsoft SARIF Viewer", select the entry, and click on the Download button.

License

Microsoft SARIF Viewer is licensed under the MIT license.