microsoft / sarif-tools

A set of Python command line tools for working with SARIF files produced by code analysis tools
MIT License
76 stars 19 forks source link

Make "invocation" an object per spec #50

Closed rh-tguittet closed 6 days ago

rh-tguittet commented 6 days ago

The spec states "invocation" is an object, not a string: https://docs.oasis-open.org/sarif/sarif/v2.1.0/errata01/os/sarif-v2.1.0-errata01-os-complete.html#_Toc141790817

This broke some parsing by other tools/libs.

balgillo commented 6 days ago

Thanks for spotting this mistake, your change looks good. Please update CHANGELOG.md to add your change to the "Fixed" section for release 3.0. Then we will get this merged.

rh-tguittet commented 6 days ago

@microsoft-github-policy-service agree company="Red Hat"