bartlett / sarif-php-sdk
PHP library to create and manipulate SARIF logs
Installs: 2 027
Dependents: 2
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: ^7.1|^8.0
- ext-json: *
- ext-pcre: *
- ext-spl: *
This package is auto-updated.
Last update: 2023-05-26 09:34:20 UTC
README
Stable |
---|
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.
- Getting Started.
- API Reference describes all SARIF objects with examples.
And also
- Study the tutorials from GitHub's Microsoft account.