Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reports: Caps fixed for Section Selections of the Report Generation Template #6095

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions addOns/reports/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

### Changed
- Caps fixed for Section Selections of the Report Generation Template found at Report (menu bar) > Generate Report > Template (tab) > Sections (Issue 2000).

## [0.35.0] - 2025-01-10
### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ report.template.alertType.reference = Reference
report.template.alertType.source = Source
report.template.alertType.source.pluginId = plugin ID
report.template.alertType.wascId = WASC ID
report.template.alertTypeCounts.alertType = Alert type
report.template.alertTypeCounts.alertType = Alert Type
report.template.alertTypeCounts.captionP1 = This table shows the number of alerts of each alert type, together with the alert type's risk level.
report.template.alertTypeCounts.captionP2 = (The percentages in brackets represent each count as a percentage, rounded to one decimal place, of the total number of alerts included in this report.)
report.template.alertTypeCounts.count = Count
Expand All @@ -24,10 +24,10 @@ report.template.alertsTable.excludedFromReport = [Excluded from report]
report.template.alertsTable.otherInfo = Other info
report.template.alertsTable.parameter = Parameter
report.template.alertsTable.request = Request
report.template.alertsTable.requestBody = Request body
report.template.alertsTable.requestHeader = Request line and header section
report.template.alertsTable.requestBody = Request Body
report.template.alertsTable.requestHeader = Request Line and Header Section
report.template.alertsTable.response = Response
report.template.alertsTable.responseBody = Response body
report.template.alertsTable.responseBody = Response Body
report.template.alertsTable.responseHeader = Status line and header section
report.template.alertsTable.solution = Solution
report.template.alertsTable.tags = Alert tags
Expand All @@ -52,20 +52,20 @@ report.template.risk = Risk
report.template.riskConfidenceCounts.captionP1 = This table shows the number of alerts for each level of risk and confidence included in the report.
report.template.riskConfidenceCounts.captionP2 = (The percentages in brackets represent the count as a percentage of the total number of alerts included in the report, rounded to one decimal place.)
report.template.riskConfidenceCounts.total = Total
report.template.section.aboutThisReport = About this report
report.template.section.alertTypeCounts = Alert counts by alert type
report.template.section.alertTypes = Alert types
report.template.section.aboutThisReport = About This Report
report.template.section.alertTypeCounts = Alert Counts by Alert Type
report.template.section.alertTypes = Alert Types
report.template.section.alerts = Alerts
report.template.section.appendix = Appendix
report.template.section.contents = Contents
report.template.section.reportDescription = Report description
report.template.section.reportParameters = Report parameters
report.template.section.requestBody = Request body
report.template.section.requestHeader = Request request line and header section
report.template.section.responseBody = Response body
report.template.section.responseHeader = Response status line and header section
report.template.section.riskConfidenceCounts = Alert counts by risk and confidence
report.template.section.siteRiskCounts = Alert counts by site and risk
report.template.section.reportDescription = Report Description
report.template.section.reportParameters = Report Parameters
report.template.section.requestBody = Request Body
report.template.section.requestHeader = Request Line and Header Section
report.template.section.responseBody = Response Body
report.template.section.responseHeader = Response Status Line and Header Section
report.template.section.riskConfidenceCounts = Alert Counts by Risk and Confidence
report.template.section.siteRiskCounts = Alert Counts by Site and Risk
report.template.section.summaries = Summaries
report.template.site = Site
report.template.siteRiskCounts.captionP1 = This table shows, for each site for which one or more alerts were raised, the number of alerts raised at each risk level.
Expand Down
Loading