v0.12.1
Full Changelog: v0.12.0...v0.12.1
v0.12.1
Improvements
- Fixed handling of the
-include-files
flag: The tool now correctly processes explicitly included files without performing unnecessary codebase access checks. This makes the behavior more intuitive when you want to analyze specific files using the-include-files
parameter.
This is a minor bugfix release that improves the reliability of file inclusion functionality.
The change is relatively small but important for users who specifically want to analyze certain files using the -include-files
flag, as it now handles this case more efficiently and correctly.