Skip to content

Conversation

@rhysd
Copy link
Contributor

@rhysd rhysd commented Oct 4, 2023

SARIF is a format for reporting static analysis results. It is used by GitHub CodeQL for example.

Here are some samples from Microsoft's VSCode extension:

https://github.com/microsoft/sarif-vscode-extension/tree/main/samples

The SARIF format is built on top of JSON so the .sarif files can be highlighted as JSON. This PR adds support for the file extension.

@Enselic
Copy link
Collaborator

Enselic commented Oct 4, 2023

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants