Start FreeLog in
SonarQube Cloud | Core concepts | Clean Code | Clean Code benefits

Clean Code benefits: the software qualities

On this page

Clean Code leads to software that is secure, reliable, and maintainable. These three aspects - security, reliability, and maintainability - are called software qualities in the Sonar Solution, and they contribute to the long-term value of your software.

Security

Security is the protection of your software from unauthorized access, use, or destruction. 

Reliability

Reliability is a measure of how your software is capable of maintaining its level of performance under stated conditions for a stated period of time.

Maintainability

Maintainability refers to the ease with which you can repair, improve and understand software code.

Severity at the quality level

Software qualities have five severities:

  • BLOCKER: An issue that has a significant probability of severe unintended consequences on the application that should be fixed immediately. This includes bugs leading to production crashes and security flaws allowing attackers to extract sensitive data or execute malicious code.
  • HIGH: An issue with a high impact on the application that should be fixed as soon as possible.
  • MEDIUM: An issue with a medium impact.
  • LOW: An issue with a low impact.
  • INFO: There is no expected impact on the application. For informational purposes only. 

Was this page helpful?

© 2008-2025 SonarSource SA. All rights reserved. SONAR, SONARSOURCE, SONARQUBE, and CLEAN AS YOU CODE are trademarks of SonarSource SA.

Creative Commons License