diff options
author | Pierre Guillot <pierre.guillot@sonarsource.com> | 2019-05-10 09:40:58 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-05-22 20:21:15 +0200 |
commit | cb3d8324f859cf5733646616e1e20efbd07ffebb (patch) | |
tree | e75afe2d8b3190c25c9596f26bc96e232904f315 /sonar-core | |
parent | ea8bc156195d95eef947ff49dd4d2535a3c56d26 (diff) | |
download | sonarqube-cb3d8324f859cf5733646616e1e20efbd07ffebb.tar.gz sonarqube-cb3d8324f859cf5733646616e1e20efbd07ffebb.zip |
SONAR-12026 add transition reset as to review
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 22 |
1 files changed, 8 insertions, 14 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 74319838eaf..d089f70e9d4 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -618,20 +618,14 @@ issue.transition.close=Close issue.transition.close.description= issue.transition.wontfix=Resolve as won't fix issue.transition.wontfix.description=This issue can be ignored because the rule is irrelevant in this context. Its effort won't be counted. -issue.transition.detect=Detect -issue.transition.detect.description=A Vulnerability exists here and must be fixed. -issue.transition.dismiss=Dismiss -issue.transition.dismiss.description=This vulnerability can't be fixed as is and needs more details from a security expert. -issue.transition.reject=Reject -issue.transition.reject.description=The fix has been reviewed by a security expert and the vulnerability is still there. Code must be fixed again. -issue.transition.requestreview=Request review -issue.transition.requestreview.description=The code has been fixed and a review by a security expert is required to confirm it. -issue.transition.accept=Accept -issue.transition.accept.description=The code has been fixed and the vulnerability has been removed. The issue can be closed. -issue.transition.clear=Clear -issue.transition.clear.description=There is no vulnerability in the code. The issue can be closed. -issue.transition.reopenhotspot=Reopen -issue.transition.reopenhotspot.description=This security hotspot should be analyzed again by a security expert. +issue.transition.setinreview = Set as In Review +issue.transition.setinreview.description = A review is required to check for a vulnerability +issue.transition.resolveasreviewed = Resolve as Reviewed +issue.transition.resolveasreviewed.description = There is no vulnerability in the code +issue.transition.openasvulnerability = Open as Vulnerability +issue.transition.openasvulnerability.description = There's a vulnerability in the code that must be fixed +issue.transition.resetastoreview = Reset as security hotspot To Review +issue.transition.resetastoreview.description = The security hotspot should be analyzed again issue.set_severity=Change Severity issue.set_type=Change Type |