diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2018-06-12 11:39:04 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2018-07-04 09:31:03 +0200 |
commit | d42307dd484ab82daecddb4e98b2085ba711b34f (patch) | |
tree | cd1abe3614d350e3e1d66feaf6c2b47cad9571f3 /sonar-core | |
parent | 1de495806592ec053c70322de93f797019a448d3 (diff) | |
download | sonarqube-d42307dd484ab82daecddb4e98b2085ba711b34f.tar.gz sonarqube-d42307dd484ab82daecddb4e98b2085ba711b34f.zip |
SONAR-10867 Add security hotspot new issue type
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 insertions, 0 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 79d87fab775..fb53c1bfbde 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -589,9 +589,11 @@ issue.set_type=Change Type issue.type.CODE_SMELL=Code Smell issue.type.BUG=Bug issue.type.VULNERABILITY=Vulnerability +issue.type.SECURITY_HOTSPOT=Security Hotspot issue.type.CODE_SMELL.plural=Code Smells issue.type.BUG.plural=Bugs issue.type.VULNERABILITY.plural=Vulnerabilities +issue.type.SECURITY_HOTSPOT.plural=Security Hotspots issue.status.REOPENED=Reopened @@ -1277,6 +1279,7 @@ coding_rules.to_select_rules=to select rules coding_rules.type.tooltip.CODE_SMELL=Code Smell Detection Rule coding_rules.type.tooltip.BUG=Bug Detection Rule coding_rules.type.tooltip.VULNERABILITY=Vulnerability Detection Rule +coding_rules.type.tooltip.SECURITY_HOTSPOT=Security Hotspot Detection Rule coding_rules.update_custom_rule=Update Custom Rule coding_rules.filter_similar_rules=Filter Similar Rules |