Releases | Branch | PHP | Packagist | License | Documentation |
---|---|---|---|---|---|
Stable v1.0.x | |||||
Stable v1.1.x | |||||
Stable v1.2.x | |||||
Stable v1.3.x | |||||
Stable v1.4.x | |||||
Stable v1.5.x | |||||
Stable v2.0.x | |||||
Stable v2.1.x |
SARIF, the Static Analysis Results Interchange Format, defines a standard format for the output of static analysis tools. It is a powerful and sophisticated format suited to the needs of a wide variety of tools.
The specification document for the Static Analysis Results Interchange Format (SARIF) version 2.1.0, in HTML format is available here.
All the documentation is available on website, generated from the docs folder.
- API Reference describes all SARIF objects with examples.
or
- Builder API reference as an alternative to build SARIF objects with a fluent interface.
And also
- Study the tutorials from GitHub's Microsoft account.