CAST Report Generator - Release Notes - 1.25

Content matrix

VersionSummary of content
1.25.0-funcrel
  • Bug fixing.
  • New sets of compliance reports templates for CWE (2023) Top 24 and PCI DSS V4.
  • New option for "QUALITY_TAGS_RULES_EVOLUTION" table component.

Compatibility matrix

This release of Report Generator GUI and for Report Generator for Dashboards functions with the following:

CAST RestAPI≥ 2.11.3Mandatory
MIPS Reduction Index≥ 20200518

These extensions are required for Compliance Report generation. Depending on what "standard" you are targeting in your Compliance Report, you can install a combination of extensions:

  • To generate Compliance Reports for MIPS standards, you MUST always install the MIPS Reduction Index extension.
  • To generate Compliance Reports for CISQ, ISO-5055 and Security standards, you can install either the CISQ, ISO-5055 and Security Standards extensions or the Quality Standards Mapping extension. If the CISQ, ISO-5055 and Security Standards extensions and the Quality Standards Mapping extension are installed, data is automatically taken from the CISQ, ISO-5055 and Security Standards extensions at all times.
CISQ Index≥ 20240201.0.0-funcrel
ISO-5055 Index≥ 20240202.0.0-funcrel
Security Standards≥ 20240209.0.0-funcrel
Quality Standards Mapping extension≥ 20240212.0.0-funcrel
OMG Technical Debt≥ 2.0.0-funcrel
.NET SDK6.0-

Component documentation

1.25.0-funcrel

Feature Improvements

SummaryDetails
New “Application Compliance” reports for CWE (2023) Top 25Three new reports have been added: CWE (2023) Top 25 Compliance Report.docx, CWE (2023) Top 25 Detailed Report.docx, CWE (2023) Top 25 Full Detailed Report.xlsx
New “Application Compliance” reports for PCI-DSS-V4Three new reports have been added: PCI-DSS-V4 ComplianceReport.docx, PCI-DSS-V4 Detailed Report.docx, PCI-DSS-V4 Full Detailed Report.xlsx

Other Updates

Internal IdDetails
REPORTGEN-1152Added an improvements for the “QUALITY_TAGS_RULES_EVOLUTION” table component: option added to not display the rules and Technical Criteria without violations: NOVIOLATIONS=true or false.

Resolved Issues

Customer Ticket IdDetails
45912Fixes various customer reported issues.

AJS.$('[data-macro-name="markdown-from-url"] code').each(function(i, block) { hljs.highlightBlock(block); });``AJS.$('[data-macro-name="markdown-from-url"] .language-mermaid').each(function(i, block) { const config = { startOnLoad:true, theme: 'default', flowchart:{ useMaxWidth:false, htmlLabels:true } }; mermaid.initialize(config); window.mermaid.init(undefined, block); });