codechecker icon indicating copy to clipboard operation
codechecker copied to clipboard

CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy

Results 314 codechecker issues
Sort by recently updated
recently updated
newest added

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...

dev env :rescue_worker_helmet:
usability :+1:
refactoring 😡 ➡️ 🙂
dependencies :package:
python

#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...

server :desktop_computer:

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...

enhancement :star2:
analyzer :chart_with_upwards_trend:

**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,...

bug :bug:
analyzer :chart_with_upwards_trend:
clang sa :dragon:
platform-macOS 🍎

**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...

enhancement :star2:
CLI :computer:
platform-Windows 🖥

# 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...

question :grey_question:
analyzer :chart_with_upwards_trend:
tools :hammer_and_wrench:
ld-logger :page_with_curl:

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...

usability :+1:
clang sa :dragon:
config :gear:
label-tool 🔖

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...

dependencies :package:
javascript

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...

CLI :computer:
report-converter 🔄