microsoft / sarif-tools

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

Fixed error when there are no inclusion filters. #34

Closed abyss638 closed 1 year ago

abyss638 commented 1 year ago

Fixes #33. When there are no inclusion filter included_stats is not initialised to a proper value. Set the default value as included. Added a test case to cover