1.2.0
1.2.0 - 2024-05-02
I'm happy to announce adds of SARIF converters for three well-known PHP linters :
- PHP_CodeSniffer (see feature request squizlabs/PHP_CodeSniffer#3496)
- PHPLint (see feature request overtrue/phplint#186)
- PHPStan (see feature request phpstan/phpstan#5973)
Added
Bartlett\Sarif\Factory\SerializerFactory
contract that define encoder and serializer
for json data (compatible with Symfony Serializer Component)- Native PHP JSON implementation with
Bartlett\Sarif\Factory\PhpSerializerFactory
- Symfony Serializer implementation with
Bartlett\Sarif\Factory\SymfonySerializerFactory
Full Changelog: 1.1.0...1.2.0