# Standard Experience

This approach focuses on assigning severity to a rule based on the single software quality (e.g. security, reliability, or maintainability) it has the largest impact on.

## How severity works in Standard Experience mode <a href="#se-severity" id="se-severity"></a>

| **Severity** | Definition                                                                                                                                                                                                                                                                     |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 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. |
| Critical     | An issue with a critical impact on the application that should be fixed as soon as possible.                                                                                                                                                                                   |
| Major        | An issue with a major impact on the application.                                                                                                                                                                                                                               |
| Minor        | An issue with a minor impact on the application.                                                                                                                                                                                                                               |
| Info         | There is no expected impact on the application. For informational purposes only.                                                                                                                                                                                               |

## Related pages <a href="#related-pages" id="related-pages"></a>

* [mqr-mode](https://docs.sonarsource.com/sonarqube-server/2025.2/instance-administration/analysis-functions/instance-mode/mqr-mode "mention")
* [changing-modes](https://docs.sonarsource.com/sonarqube-server/2025.2/user-guide/code-metrics/changing-modes "mention")
