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

Fix #18 - show locations of new issue occurrences #25

Closed balgillo closed 9 months ago

balgillo commented 10 months ago

Closes https://github.com/microsoft/sarif-tools/issues/18

Diff output now includes locations for (possibly new) occurrences of issues.

Note that this is a breaking change to the diff json output, but hopefully a good one. We'll call the next version 2.0 as a result.