0% found this document useful (0 votes)
19 views3 pages

New Code Maintainability Report

The project report for 'custom-development' indicates that the quality gate has failed due to three conditions: high duplicated lines, poor reliability rating, and insufficient security hotspot reviews. Overall, the project has significant issues with 2,627 bugs and a maintainability rating of E, while security vulnerabilities are absent. The report is generated using SonarQube version 9.9.6.92038.

Uploaded by

Ajay Dhanvi
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views3 pages

New Code Maintainability Report

The project report for 'custom-development' indicates that the quality gate has failed due to three conditions: high duplicated lines, poor reliability rating, and insufficient security hotspot reviews. Overall, the project has significant issues with 2,627 bugs and a maintainability rating of E, while security vulnerabilities are absent. The report is generated using SonarQube version 9.9.6.92038.

Uploaded by

Ajay Dhanvi
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Project Report Confidential Report Date: February 10, 2025, 08:51 AM GMT

custom-development
develop

Version : -

Quality Gate Failed 3 conditions failed

New Code Overview

Reliability Security Security Review Maintainability Coverage Duplication

E A E A

Bugs Vulnerabilities Security Hotspots Code Smells Coverage Duplications

2627 0 26 6902 0.0% 19.0%

Reviewed Added Debt


Coverage on 5978 Duplications on
lines to cover 254554 lines
0.0% 25 days

Project Name : custom-development SonarQube version: 9.9.6.92038


Project Report Confidential Report Date: February 10, 2025, 08:51 AM GMT

Quality Gate Failed 3 conditions failed

New Code
Duplicated Lines (%) on New Code is greater than 3%

E Reliability Rating on New Code is worse than A

Security Hotspots Reviewed on New Code is less than 100%

Overall Code
All conditions passed.

Project Name : custom-development SonarQube version: 9.9.6.92038


Project Report Confidential Report Date: February 10, 2025, 08:51 AM GMT

Definitions

Bugs Code smells Coverage & Duplication


An issue that represents something wrong in the code. A maintainability-related issue in the code. They The Coverage is the percentage of lines of code that
make it harder to introduce changes to the code and are covered by tests.

may confuse maintainers, increasing the likelihood of


bugs in the future. The Duplication is the percentage of lines that are
duplicated in your code.

M aintainability Reliability Security


The Maintainability grade is based on the ratio of the size of The Reliability grade is based on the severity of the The Security grade is based on the worst open
the project to the estimated time to fix all outstanding Code worst open bug in your project or application. The vulnerability in the project or application. The thresholds
Smells. The default thresholds are: thresholds are: are:

A = ≤ 5% A 0 Bugs A 0 Vulnerabilities
B = 6 to 10% B at least 1 Minor Bug B at least 1 Minor Vulnerability
C = 11 to 20% C at least 1 Major Bug C at least 1 Major Vulnerability
D = 2 1 to 50% D at least 1 Critical Bug D at least 1 Critical Vulnerability
E
≥ 5 0% E
at least 1 Blocker Bug E
at least 1 Blocker Vulnerability

Security Review Security Hotspots Vulnerabilities


The Security Review grade is based on the percentage of Security-sensitive pieces of code that need to be A security-related issue which represents a backdoor
reviewed (fixed or safe) Security Hotspots. The thresholds manually reviewed. Upon review, you'll either find that for attackers.
are: there is no threat or that there is vulnerable code that
needs to be fixed.
A 8 0%
B 7 0%
C 5 0%
D 3 0%
E
below 30%

Project Name : custom-development SonarQube version: 9.9.6.92038

You might also like