BLOG
Sonar's latest blog posts
Building Confidence and Trust in AI-Generated Code
To tackle the accountability and ownership challenge accompanying AI-generated code, we are introducing Sonar AI Code Assurance
#CleanCodeTips: Unlock Your Coding Potential
As software development evolves, keeping up with best practices, the latest trends, and ensuring your code remains top-notch can feel like sailing uncharted waters. Sonar has the Clean Code tips for you!
Read article >
Reply to calc: The Attack Chain to Compromise Mailspring
Learn how an attacker can combine multiple security vulnerabilities to achieve arbitrary code execution on a victim that tries to reply or forward a malicious mail in Mailspring.
Read article >
Are You Ready For PCI DSS 4.0?
PCI DSS 3.2.1 is being retired on March 31, 2024. Are you ready for the new standard, PCI DSS 4.0?
Read article >
Increase readability with Java's Pattern Matching
Increase readability, reduce cognitive complexity, and avoid bugs that are hard to spot with Java's Pattern Matching.
Read blog post >
OpenNMS Vulnerabilities: Securing Code against Attackers’ Unexpected Ways
Learn which unexpected ways attackers may take to exploit code vulnerabilities and how to secure against them.
Read article >
White House emphasizes need for proactive coding practices to counter cyber attacks
The ONCD recent report puts a spotlight on one of the most foundational issues that result in insecure software. Sonar applauds the administration’s call for addressing software vulnerabilities at the programming language and source code levels.
Read blog post >
Sonar Reaffirms Strength of its Information Security Management Systems by Earning The Latest ISO Certification, ISO27001:2022
As part of our continuously advancing and improving security practice, we are pleased to announce that Sonar and its products are now certified to the latest version of the ISO72001 standard.
Read article >
How timely delivery comes from transparent outsourced software development communication
Ineffective communication impacts everything in software development. To ensure your next project meets expectations, transparent communication is essential for driving timely delivery when working with internal and external development teams.
Read article >
Builders, Withers, and Records - Java’s path to immutability
We know that immutable objects are easier to maintain, lead to fewer errors, and are multi-thread friendly. This article will show two different approaches to creating objects: Builders and Withers, along with a new type of immutable object in Java: Records
Read blog post >
Joomla: PHP Bug Introduces Multiple XSS Vulnerabilities
Our Clean Code solution, SonarCloud, led us to a severe security issue in the popular Content Management System Joomla.
Read article >
Union, intersection, difference, and more are coming to JavaScript Sets
The JavaScript Set was introduced to the language in the ES2015 spec, but it has always seemed incomplete. That's about to change with the addition of functions like intersection, union and difference.
Read blog post >