v6.24.2
This release contains security vulerability fixes.
It is highly recommended to upgrade to this as soon as possible.
-
[fix] Removing the root user creation 3bb2cbf
Backward incompatible change: The built-in root user generated at CodeChecker server start with
CodeChecker --reset-root ...
has been disabled.
Instead, the user can giveSUPER_USER
permission to an existing user in theserver_config.json
For further details, see https://github.com/Ericsson/codechecker/blob/master/docs/web/user_guide.md#initial-super-user -
Fix the endpoint parsing issue 8953b30
CodeChecker web server has accepted some invalid URLs. The URL parsing has been hardened.