1.5.4. Migration to 7.12.2¶
1.5.4.1. Dashboard¶
If you currently have or have had the OIDC/OAuth2/SSO integration enabled in one of your Dashboards and are upgrading from one of these versions:
7.8.5-7.8.12
7.9.0-7.9.12
7.10.0-7.10.10
7.11.0-7.11.6
7.12.0-7.12.1
You are strongly advised to delete all ApiTokens in your Dashboard configuration database after the update using the following command:
sqlite path/to/dashboard2.db "DELETE FROM axApiToken;"
because of CVE-2026-12593. This deletes potentially compromised ApiTokens but also non-compromised ones which means you’ll have to issue new ones.
1.5.4.2. Stylechecks¶
The default languages of the following rules have been changed to C and C++ (to match
the other rules in the CQM rulegroup):
CQM-ConstantsRainCQM-DeadImplementationCQM-RiskyCode
The default languages of the following rules have been changed to C++ only (to match
the other rules in the MisraC++ rulegroup):
MisraC++-6.6.1MisraC++-6.6.2MisraC++-6.6.4MisraC++-7.4.2
If you rely on the previous behavior, you can still explicitly set the desired languages at those rules directly.