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

Fixed error when there are no inclusion filters. #34

Closed abyss638 closed 8 months ago

abyss638 commented 8 months 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