ziadoz / awesome-php

A curated list of amazingly awesome PHP libraries, resources and shiny things.
Do What The F*ck You Want To Public License
30.61k stars 5.04k forks source link

Add Sarif PHP SDK #1170

Closed llaville closed 2 years ago

llaville commented 2 years ago

SARIF (Static Analysis Results Interchange Format) is an OASIS Standard that defines an output file format. The SARIF standard is used to streamline how static analysis tools share their results by implementing a subset of the SARIF 2.1.0 JSON schema.

I'd like to propose my full implementation of SARIF v2.1.0 with the bartlett/sarif-php-sdk package already available on packagist

If you're agree to accept this request, I'd like to know what is the better section where to add this new reference ?

ziadoz commented 2 years ago

@llaville I would recommend opening a PR under the Static Analysis category. Thanks.