Skip to content

Commit

Permalink
Merge pull request #25 from trailofbits/VF/sarif-explorer
Browse files Browse the repository at this point in the history
Add references to SARIF Explorer
  • Loading branch information
Vasco-jofra authored Mar 22, 2024
2 parents 93c4f6f + 2956498 commit 545cf1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions content/docs/static-analysis/codeql/00-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,8 @@ codeql database analyze codeql.db --format=sarif-latest --output=results.sarif -
```

[SARIF](https://github.com/microsoft/sarif-tutorials) is a common output format
used by many static-analysis tools. If you are using VSCode, the SARIF output
can be displayed inline by the
[VSCode SARIF Viewer extension](https://marketplace.visualstudio.com/items?itemName=MS-SarifVSCode.sarif-viewer).
used by many static-analysis tools. If you are using VSCode, you can view the SARIF results with the
[VSCode SARIF Explorer extension](https://marketplace.visualstudio.com/items?itemName=trailofbits.sarif-explorer).
Apart from SARIF, CodeQL also supports CSV output.

## Installing new query packs
Expand Down
2 changes: 1 addition & 1 deletion content/docs/static-analysis/semgrep/00-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ according to your preferences and tooling.

b. Using output formats with external tools:
- **SARIF format**: Use the SARIF format with the Visual Studio Code and the
[SARIF Viewer](https://marketplace.visualstudio.com/items?itemName=MS-SarifVSCode.sarif-viewer) extension.
[SARIF Explorer](https://marketplace.visualstudio.com/items?itemName=trailofbits.sarif-explorer) extension.
This makes it easy to review the analysis results and drill down into specific issues to understand their
impact and severity.
- **VIM format**: Use the VIM format to have all the information about a finding in a single line, making it
Expand Down

0 comments on commit 545cf1e

Please sign in to comment.