diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2020-02-03 14:10:24 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-02-11 20:46:12 +0100 |
commit | c51fa2468cfe46d85b86d8121de84cd0a06fed89 (patch) | |
tree | 569fd424ab6500ee1f779c14bedf38502f0155c4 /sonar-core | |
parent | 49a43c2bcafa4b5af52c50b399c772f828d0f534 (diff) | |
download | sonarqube-c51fa2468cfe46d85b86d8121de84cd0a06fed89.tar.gz sonarqube-c51fa2468cfe46d85b86d8121de84cd0a06fed89.zip |
SONAR-12962 Compute Security Review measures on Applications
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 45e6844cc53..a45aafd6321 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2115,11 +2115,13 @@ metric.new_security_hotspots.short_name=Security Hotspots metric.new_security_hotspots_reviewed.description=Percentage of Security Hotspots Reviewed on New Code metric.new_security_hotspots_reviewed.name=Security Hotspots Reviewed on New Code metric.new_security_hotspots_reviewed.short_name=Security Hotspots Reviewed +metric.new_security_hotspots_reviewed_status.description=Security Review Reviewed Status on New Code +metric.new_security_hotspots_reviewed_status.name=Security Review Reviewed Status on New Code +metric.new_security_hotspots_to_review_status.description=Security Review To Review Status on New Code +metric.new_security_hotspots_to_review_status.name=Security Review To Review Status on New Code metric.new_security_rating.description=Security rating on new code metric.new_security_rating.name=Security Rating on New Code metric.new_security_rating.extra_short_name=Rating -metric.new_security_review_rating.description=Security Review rating on new code -metric.new_security_review_rating.name=Security Review Rating on New Code metric.new_security_remediation_effort.description=Security remediation effort on new code metric.new_security_remediation_effort.name=Security Remediation Effort on New Code metric.new_security_remediation_effort.extra_short_name=Remediation Effort |