bartlett / sarif-php-sdk
PHP library to create and manipulate SARIF logs
Installs: 14 464
Dependents: 3
Suggesters: 0
Security: 0
Stars: 8
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- ext-json: *
- ext-pcre: *
- ext-spl: *
Requires (Dev)
README
SARIF PHP SDK
Introduction
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.
Specifications
The specification document for the Static Analysis Results Interchange Format (SARIF) version 2.1.0, in HTML format is available here.
View and validate your SARIF files
Documentation
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.