CPP-4848Rule M23_400 An 'integer-literal' of type 'long long' shall not use a single 'L' or 'l' in any suffix
CPP-4851Rule M23_404 The character handling functions from '<cctype>' and '<cwctype>' shall not be used
SLCORE-645Remove getServerHotspots() from SonarLintEngine in favour of RPC
SLCORE-644Remove downloadAllServerHotspotsForFile() from SonarLintEngine in favour of RPC
SLCORE-643Remove downloadAllServerHotspots() from SonarLintEngine in favour of RPC
SLCORE-642Remove syncServerHotspots() from SonarLintEngine in favour of RPC
SONAR-21164Add prettier into design system build
SONAR-21068Permissions adopts the new UI
SONAR-20581When syncing a vulnerability from GitLab to SonarQube we should not log a warning if it's already in the target status
SONARJAVA-4728Dropp "plugins/index.txt" in peachee-java-kotlin
SONARKT-381Dropping "plugins/index.txt" in peachee-java-kotlin
SONAR-21025Drop deprecated code related to deploy/plugins/index
SONAR-21067General Settings adopts the new UI
SONAR-21142Fix issues page severity icons
SONAR-21112Drop "issue" word repetition in attribute and category badges in issue and rules
SONAR-21157Drop support for running the scanner with JDK 11 in SonarQube
SONARJAVA-4143Rule S3749: consider @RestController from Spring Boot
CPP-4849Rule M23_357 'std::vector' should not be specialized with 'bool'
CPP-2404Proposed rule: Detect user-specified forbidden functions or types
CPP-2886Rule: Detect uses of weak_ptr::lock that do not test the return value
CPP-2636Rule idea: Detect copy&paste errors
CPP-1462Proposed Rule: non copyable objects
CPP-2500Rule proposal: Add rules to detect unnamed identifiers
CPP-4049Proposed C++ Rule: prefer std::array to std::vector when the size is constant
CPP-2999Rule Idea: Explicitly define copy/move constructor if it is overloaded with a template function
SLI-1192Update embedded CFamily analyzer to 6.51.0.65468
SLI-1190Update embedded Kotlin analyzer to 2.19.0.4327
CPP-4594Improve the S125 description to describe the new implementation accurately
SONAR-21078Event for SonarQube upgrade should not be displayed for the first analysis on the Activity section
CPP-4113Proposed rule: array accesses must be checked
CPP-3779Proposed rule: Don't use external stop_token in jthread
CPP-4871Rule idea: Lambda should explicitly capture (and rename?) global variables used in lambda body
SLI-1153Update embedded CFamily analyzer to 6.50.0.64514
SONARPY-1563Fix FPs on S1172 when the parameter is intentionally unused
SONARPY-1578Prevent parse errors on test files to trigger failFast
SONAR-21127FE: Configuration section - enable/disable, edit, delete configuration
SONARIAC-1177Add "tpl" function to Helm template evaluation
SONARIAC-1176Add "include" function to Helm template evaluation
SONARJAVA-4727Implement rule S6862: Beans in "@Configuration" class shou