diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2022-07-06 08:51:20 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-07-07 20:03:10 +0000 |
commit | 233c3c9320d8f22b75eb657dc58d7b1974f1478e (patch) | |
tree | 71e54363f35165944872d2f8ad6c2c51b27dcecc /sonar-core | |
parent | b36232ed7731541643dcebd4e4662e6cad3d4b2d (diff) | |
download | sonarqube-233c3c9320d8f22b75eb657dc58d7b1974f1478e.tar.gz sonarqube-233c3c9320d8f22b75eb657dc58d7b1974f1478e.zip |
SONAR-16598 Add generic concepts to rule advance description
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 7 |
1 files changed, 5 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 cd1fd65f021..23dac66b829 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -860,7 +860,7 @@ issue.transition.resetastoreview.description=The Security Hotspot should be anal issue.tabs.code=Where is the issue? issue.tabs.why=Why is this an issue? issue.tabs.how=How to fix it? -issue.tabs.resources=Resources +issue.tabs.more_info=More Info vulnerability.transition.resetastoreview=Reset as To Review vulnerability.transition.resetastoreview.description=The vulnerability can't be fixed as is and needs more details. The security hotspot needs to be reviewed again @@ -1910,11 +1910,14 @@ coding_rules.description_section.title.root_cause=Why is this an issue? coding_rules.description_section.title.root_cause.SECURITY_HOTSPOT=What is the risk? coding_rules.description_section.title.assess_the_problem=Assess the risk? coding_rules.description_section.title.how_to_fix=How to fix it? -coding_rules.description_section.title.resources=Resources +coding_rules.description_section.title.more_info=More Info coding_rules.description_context_title=Which component or framework contains the issue? coding_rules.description_context_other=Other +coding_rules.more_info.generic_concept.title=Security principles +coding_rules.more_info.resources.title=Resources + #------------------------------------------------------------------------------ # # EMAIL CONFIGURATION |