What’s new
Discover the latest features released in SonarCloud
January 09, 2023
C++20’s `std::format`
Make the most of the C++20's `std::format` feature! Use SonarCloud's static analysis which now includes 13 coding rules dedicated to this feature. Learn more
November 23, 2022
New GitHub action for C/C++
Set your analysis up in seconds by adding a few lines to your pipeline configuration! A new GitHub action has been released to analyze your C, C++, and Objective-C code. Learn more
November 16, 2022
AWS CDK for JavaScript and TypeScript
Analyze the inline JavaSript and TypeScript code inside YAML for AWS::Lambda::Function and AWS::Serverless::Function and get your AWS CDK code more secure! Learn more
November 14, 2022
Crash with KeyError/IndexError exceptions
Access to the wrong list or the wrong dictionary will make your application crash with KeyError or IndexError exceptions. SonarCloud will now help you prevent such a case. Learn more
October 07, 2022
Python + AWS CDK encryption problems
Identify Encryption at Rest and at Transit problems in your code when using Python with the AWS Cloud Development Kit. Also, support for domains such as Public Access, Network, Firewall, Permission, and Access Control is coming soon. Learn more
October 06, 2022
Hard-coded passwords detection in Java files
It's the end of hard-coded passwords left mistakenly in the Java code! SonarCloud now detects when a hard-coded string is provided to a method that expects a password, a secret, or a key as a parameter. Learn more