diff options
author | MikeBirnstiehl <michael.birnstiehl@sonarsource.com> | 2019-06-11 16:00:32 -0500 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-06-14 20:21:11 +0200 |
commit | 7fe27c2a8ada66ad0755ce09c335b9b11099c545 (patch) | |
tree | 7dfe792f9705a70dc5e43ba0783b5f3ccfe29dca /server/sonar-docs/src/pages/user-guide | |
parent | 8a5595b0b16b5aa9769f900d8959ddda17715966 (diff) | |
download | sonarqube-7fe27c2a8ada66ad0755ce09c335b9b11099c545.tar.gz sonarqube-7fe27c2a8ada66ad0755ce09c335b9b11099c545.zip |
SONAR-12158 fix typo and formatting
Diffstat (limited to 'server/sonar-docs/src/pages/user-guide')
-rw-r--r-- | server/sonar-docs/src/pages/user-guide/metric-definitions.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/server/sonar-docs/src/pages/user-guide/metric-definitions.md b/server/sonar-docs/src/pages/user-guide/metric-definitions.md index 212330d6325..88dd85c2a48 100644 --- a/server/sonar-docs/src/pages/user-guide/metric-definitions.md +++ b/server/sonar-docs/src/pages/user-guide/metric-definitions.md @@ -164,7 +164,7 @@ E = at least 1 Blocker Vulnerability **Security remediation effort** (`security_remediation_effort`) Effort to fix all vulnerability issues. The measure is stored in minutes in the DB. An 8-hour day is assumed when values are shown in days. -**Security remedation effort on new code** (`new_security_remediation_effort`) +**Security remediation effort on new code** (`new_security_remediation_effort`) Same as _Security remediation effort_ but on the code changed in the New Code period. **Security Hotspots** (`security_hotspots`) @@ -176,11 +176,11 @@ Number of new Security Hotspots **Security Hotspot Review Rating** (`security_hotspot_review_rating`) The ratio of the number of Security Hotspots that are in "To Review" or "In Review" status per 1K lines of code. -A = 0–3 "To Review" and "In Review" Security Hotspots per 1K lines of code -B = >3–10 -C = >10–15 -D = >15–25 -E = >25 +A = 0–3 "To Review" and "In Review" Security Hotspots per 1K lines of code +B = >3–10 +C = >10–15 +D = >15–25 +E = >25 --- ## Size |