diff options
author | Revanshu Paliwal <revanshu.paliwal@sonarsource.com> | 2022-03-07 18:00:17 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-03-10 20:03:37 +0000 |
commit | 71e21dc3c44a60999828060bf2d4b9ed1c95f03a (patch) | |
tree | 0d31f2add0ddd7f262495370efdbbd5faa10e611 /sonar-core | |
parent | da6f21361124bd388f806184082a501764e6cb12 (diff) | |
download | sonarqube-71e21dc3c44a60999828060bf2d4b9ed1c95f03a.tar.gz sonarqube-71e21dc3c44a60999828060bf2d4b9ed1c95f03a.zip |
SONAR-16101 Adding new status for security hotspot
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 22 |
1 files changed, 13 insertions, 9 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 4653f0ec0f7..a2ce05c61bc 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -731,6 +731,7 @@ hotspots.no_hotspots_for_keys.description=They have been closed because the code hotspots.learn_more=Learn more about Security Hotspots hotspots.list_title={0} Security Hotspots hotspots.list_title.TO_REVIEW={0} Security Hotspots to review +hotspots.list_title.ACKNOWLEDGED={0} Security Hotspots reviewed as acknowledged hotspots.list_title.FIXED={0} Security Hotspots reviewed as fixed hotspots.list_title.SAFE={0} Security Hotspots reviewed as safe hotspots.risk_exposure=Review priority @@ -754,32 +755,35 @@ hotspots.status.select_status=Change status hotspots.status.add_comment=Add a comment (Optional) hotspots.status.change_status=Change status hotspots.status_option.TO_REVIEW=To review -hotspots.status_option.TO_REVIEW.description=This Security Hotspot needs to be reviewed to assess whether the code poses a risk. +hotspots.status_option.TO_REVIEW.description=This security hotspot needs to be reviewed to assess whether the code poses a risk. +hotspots.status_option.ACKNOWLEDGED=Acknowledged +hotspots.status_option.ACKNOWLEDGED.description=The code has been reviewed and does pose a risk. A fix is required. hotspots.status_option.FIXED=Fixed -hotspots.status_option.FIXED.description=The code has been modified to follow recommended secure coding practices. +hotspots.status_option.FIXED.description=The code has been reviewed and modified to follow the recommended secure coding practices. hotspots.status_option.SAFE=Safe -hotspots.status_option.SAFE.description=The code is not at risk and doesn't need to be modified. +hotspots.status_option.SAFE.description=The code has been reviewed and does not pose a risk. It does not need to be modified. hotspots.get_permalink=Get Permalink hotspots.no_associated_lines=Security Hotspot raised on the following file: hotspots.congratulations=Congratulations! -hotspots.successfully_changed_to_x=The Security Hotspot was {status_change}. You can find it by changing the top filter to display "{status_label}" Security Hotspots. -hotspots.successful_status_change_to_x=successfully changed to "{0}" +hotspots.find_in_status_filter_x= You can find it again by setting status filter to {status_label}. +hotspots.successful_status_change_to_x=The Security Hotspot was successfully changed to {0}. hotspots.x_done_keep_going={percentage} of the Security Hotspots have been reviewed, keep going! hotspots.see_x_hotspots=See "{0}" Security Hotspots -hotspots.continue_to_next_hotspot=Continue reviewing next Security Hotspot +hotspots.continue_to_next_hotspot=Continue Reviewing hotspot.filters.title=Filters hotspot.filters.assignee.assigned_to_me=Assigned to me hotspot.filters.assignee.all=All hotspot.filters.status.to_review=To review -hotspot.filters.status.fixed=Reviewed as fixed +hotspot.filters.status.acknowledged=Acknowledged +hotspot.filters.status.fixed=Fixed hotspot.filters.period.since_leak_period=New code hotspot.filters.period.overall=Overall code -hotspot.filters.status.safe=Reviewed as safe +hotspot.filters.status.safe=Safe hotspot.filters.show_all=Show all hotspots hotspot.section.activity=Recent activity: -hotspots.reviewed.tooltip=Percentage of Security Hotspots reviewed (fixed or safe) among all non-closed Security Hotspots. +hotspots.reviewed.tooltip=Percentage of Security Hotspots reviewed (Acknowledged, Fixed or Safe) among all non-closed Security Hotspots. hotspots.review_hotspot=Review Hotspot hotspots.assign.success=Security Hotspot was successfully assigned to {0} |