diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2019-04-09 14:05:55 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-04-23 20:21:10 +0200 |
commit | 3ed7499cf33e511b8040dcd3b727f821b3d2f968 (patch) | |
tree | f05f1526ce4796a8e4c1b8cf02b7d97317f76d09 /sonar-core | |
parent | d3712c692fb5673a137d3fd983470653298e0188 (diff) | |
download | sonarqube-3ed7499cf33e511b8040dcd3b727f821b3d2f968.tar.gz sonarqube-3ed7499cf33e511b8040dcd3b727f821b3d2f968.zip |
SONAR-11893 Add hotspots to the SQ about page
* Mock Icon components to avoid having SVG data in snapshots
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 2 insertions, 1 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 9cb8f1ad23e..b0443129738 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2640,8 +2640,9 @@ about_page.languages.text=20+ programming languages are supported by SonarQube t about_page.quality_model=Quality Model about_page.quality_model.bugs=track code that is demonstrably wrong or highly likely to yield unexpected behavior. -about_page.quality_model.vulnerabilities=are raised on code that is potentially vulnerable to exploitation by hackers. +about_page.quality_model.vulnerabilities=are raised on code that can be exploited by hackers. about_page.quality_model.code_smells=will confuse maintainers or give them pause. They are measured primarily in terms of the time they will take to fix. +about_page.quality_model.security_hotspots=are raised on security-sensitive code that requires manual review to assess whether or not a vulnerability exists. about_page.clean_code=Write Clean Code about_page.clean_code.text=By fixing new issues as they appear in code, you create and maintain a clean code base. Even on legacy projects, focusing on keeping new code clean will eventually yield a code base you can be proud of. |