/mini-sarif

A library to generate statis analysis results in SARIF format.

Primary LanguageJavaMIT LicenseMIT

A Java library to serialize static analysis results using the SARIF format.

This library does not support the full SARIF specification but aims to offer support for displaying simple analysis results.

Tested with GitHub ("codeql-action/upload-sarif" Action) and Visual Studio Code (with the SARIF viewer plugin).

For a basic example of using this library, see the included test code in src/test. For more examples, see Doop or source-ir-fitter.