v6.2
New features
- Local Compare mode (
CodeChecker cmd diff
) can generate HTML files with bug path #748 - Show number of runs on the list of runs view #1079
- Show the granted permissions for the currently logged in user on the GUI #875
Enhancements
- Introduce better (debug) logging for CTU analysis #886, #1069, #1100, #1050
- Group reports only by bug hash when uniqueing #1121
- Make sure query strings and filters cannot be used for SQL attacks #902
- Report storage session improvements for large amount of reports #1072
- Add icons for tabs #1086
- Development environment improvements #1105
- Logging improvements #1119
Bug fixes
clang-tidy
hash was incorrectly generated in some cases which caused some false new reports shown in diff view #1114- Fix Analysis failure if multiple cross-compiler was used (compilation target is registered per build action) #1099
- Relative paths in compilation database were not properly handled at analysis which caused some analysis failures #1116
- Performance improvement of unresponsive server (when the results contained thousands of files) #1053
- Show the supported browser version #1084
- Bad function parameter call at statistics #1103
- Product page error in Firefox #1101
- Fix a typo in the doc for psql commands #1108
- Bug report was not opened correctly when opened from the
All Reports
view #1118
Changes
-
Remove
cppcoreguidelines-pro-type-vararg
from the sensitive profile #1080Two checkers are conflicting and causing the analyzer to hang, until the checkers are fixed
we removed the checker from the sensitive profile so it will not be enabled implicitly.