codechecker
codechecker copied to clipboard
CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy
CodeChecker uses hashlib md5() in several areas. This causes problems on FIPS enabled systems, since MD5 is not supported in that mode. The hashlib md5() signature was updated to include...
#4160 introduces oauth based user authentication It should be possible to use LDAP based group lookup after successful oauth based authentication. Today, the LDAP based group lookup is configured together...
This is the phase II authorization part of the oauth based authentication #4160 Requirements: Group adminisration should be only possible with SUPERUSER global permission. See https://github.com/Ericsson/codechecker/blob/master/docs/web/permissions.md#superuser It should be possible...
"CodeChecker analyze --makefile ..." is generating a Makefile that contains analyzer commands. With "make" command one can execute analysis using this generated Makefile. This commit is about printing some statistics...
**Describe the bug** I have an Xcode project and I've created the compile_commands.json as follows: ``` xcodebuild -project path/to/.xcodeproj | \ xcpretty -r json-compilation-database --output path/for/compile_commands.json ``` Following the manual,...
**Describe the bug** Reports that have been created on Windows cannot be uploaded using `codechecker store`. The error that occurs is as follows: ``` Process SpawnPoolWorker-1: Traceback (most recent call...
# ERROR DESCRIB -------------- when i use armcc for compiling my project, the terminal print all of the error message of " 'armcc -v' No such file or directory" and...
N.b., while the `label-tool`, after having developed the changes of #4275, supports an invariant _"no (Clang SA) `alpha.` (and `debug.`) checkers in `profile:`"_, #4291 did not contain the automatic fixes...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Some analyzer tools (e.g. sanitizers) give an output that contains relative source file paths. When report-converter is executed from a directory where these absolute paths are not valid, then reports...