Download Latest Version v6.27.1 source code.tar.gz (11.7 MB)
Email in envelope

Get an email when there's a new version of CodeChecker

Home / v6.26.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-06-06 11.3 kB
v6.26.0 source code.tar.gz 2025-06-06 11.4 MB
v6.26.0 source code.zip 2025-06-06 12.4 MB
Totals: 3 Items   23.8 MB 0

:star2: Highlights

Ouath2 based Single Sign On Authentication

CodeChecker now provides Oauth2 based user authentication through various providers. It is now possible to configure up your CodeChecker server instance to accept user logins with their Google, Microsoft or GitHub accounts. To enable this feature, you will first need to configure your CodeChecker server instance with the corresponding oauth provider and add a
new authentication method section in the codehchecker server configuration file. If the user group memberships are managed by a Microsoft Entra identity server, these memberships will be fetched by CodeChecker through the graph API.

See CodeChecker authentication document document for configuration details.

The features was implemented in the following PRs: * Implementation of Oauth of Github, Google and Microsoft by @feyruzb in https://github.com/Ericsson/codechecker/pull/4298 * integrated signum fetching and using it as optional username by @feyruzb in https://github.com/Ericsson/codechecker/pull/4517 * Add paging to the graph API query by @dkrupp in https://github.com/Ericsson/codechecker/pull/4532

image

Personal Access token Management

Personal access tokens are generated "passwords" which can be used to login to CodeChecker. If MultiFacor Authentication is enabled, it is the only way to authenticate through the CLI.

  • The personal access tokens now can be created on the GUI too, not only through the CLI.
  • It is accessible if you click on you user name in the top right corner. image

:exclamation: Backward incompatible changes

  • The personal Access tokens cannot be viewed after creation. It was possible to list the values of the personal access tokens after creation, but after this version it will only be possible to view once at creation time.

:computer: CLI/Server improvements

:hammer: Other

:deciduous_tree: Environment

New Contributors

Full Changelog: https://github.com/Ericsson/codechecker/compare/v6.25.1...v6.26.0

Source: README.md, updated 2025-06-06