sarif-tutorials
sarif-tutorials copied to clipboard
User-friendly documentation for the SARIF file format.
I know when we double click the path in VS Code, the editor will bring us to the exact location of the error. Do we have similar feature in web...
... similar to the one for bug filing. @michaelcfanning FYI
One contributor to a result's default display state in a viewer (see #23) is its level. The spec explains how the effect `level` is computed in a complicated way based...
Four SARIF result properties interact to determine 1. Whether a viewer should display the result by default, and 2. With what "severity" a viewer should present the result. Those properties...
This is a tracking item that will contain a comprehensive list of the samples we want to provide, with check boxes to mark those that are finished. - [x] Code...
Per @michaelcfanning: We should produce documentation that describes the sample files and how they should be used by consumers. This will allow viewer developers to try to exercise the test...
I tried to validate the SARIF file of the section [Beyond the basics - Code flows](https://github.com/microsoft/sarif-tutorials/blob/main/docs/3-Beyond-basics.md#code-flows) using https://sarifweb.azurewebsites.net/Validation but it failed. According to [3.38 threadFlowLocation object](https://docs.oasis-open.org/sarif/sarif/v2.1.0/os/sarif-v2.1.0-os.html#_Toc34317751), there is no such...