Skip to content

Commit

Permalink
SLI-1192 Update embedded CFamily analyzer to 6.51.0.65468
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-urruty-sonarsource committed Dec 4, 2023
1 parent 6a98d47 commit a64e605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ dependencies {
"sqplugins"("org.sonarsource.slang:sonar-go-plugin:1.15.0.4655")
"sqplugins"("org.sonarsource.iac:sonar-iac-plugin:1.22.0.7057")
if (artifactoryUsername.isNotEmpty() && artifactoryPassword.isNotEmpty()) {
"sqplugins"("com.sonarsource.cpp:sonar-cfamily-plugin:6.50.0.64514")
"sqplugins"("com.sonarsource.cpp:sonar-cfamily-plugin:6.51.0.65468")
}
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
constraints {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

<change-notes><![CDATA[
<ul>
<li>10.1 - 9 new Java rules related to Spring Boot, 1 new quick fix. 17 new accessibility rules for JSX. Support for Python 3.12 syntax, add 5 related rules, add 3 new Security Hotspots. 1 new C++ MISRA 2023 rule. Support for .NET 8 in Rider. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.1 - 9 new Java rules related to Spring Boot, 1 new quick fix. 17 new accessibility rules for JSX. Support for Python 3.12 syntax, add 5 related rules, add 3 new Security Hotspots. 2 new C++ MISRA 2023 rules, support for Docker toolchain in CLion. Support for .NET 8 in Rider. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.0.1 - Fix an error when opening an issue from SonarQube. Fix potential UI-freeze.</li>
<li>10.0 - Raise minimal supported version to 2022.3.1 and Java 17. Allow to reopen taint vulnerabilities. Handle "Open in IDE" requests from SonarQube. Synchronize issues and Security Hotspots in real-time from SonarCloud. 5 new rules for Python. 6 new rules for Java. 29 new rules for JavaScript. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>9.1 - Lets users focus on new code in connected mode. Support of quick fixes preview. 1 new quick fix for JS/TS. 2 new C++ MISRA 2023 rules. Detection of 42 new secrets. 8 new rules and 3 new quick fixes for Python. 16 new rules for Docker. Support for Ruby 3.2.0. Bug fixes, fewer FPs and improvements for many languages.</li>
Expand Down

0 comments on commit a64e605

Please sign in to comment.