CAST Report Generator - Release Notes - 1.27
Content matrix
| Version | Summary of content |
|---|
| 1.27.1-funcrel | |
| 1.27.0-funcrel | - New support for STIG v6
- New option for "RULES_LIST"
- Updated CAST logo
|
Compatibility matrix
This release of Report Generator GUI and for Report Generator for Dashboards functions with the following:
| CAST RestAPI | ≥ 2.12.6 | Mandatory |
|---|
| MIPS Reduction Index (com.castsoftware.mips-redux-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 (com.castsoftware.mips-redux-index).
- 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.
- If you are using CAST Console ≥ 1.14.0, the Quality Standards Mapping extension is installed with all new source code versions, however, you should ensure that the correct release of the extension is used.
- If you are using CAST Console ≥ 1.24.0, the ISO-5055 extension is installed with all new source code versions, however, you should ensure that the correct release of the extension is used.
|
|---|
| CISQ Index (com.castsoftware.cisq-index) | ≥ 20240201.0.0-funcrel |
|---|
| ISO-5055 Index (com.castsoftware.omg-ascqm-index) | ≥ 20240202.0.0-funcrel |
|---|
| Security Standards (com.castsoftware.owasp-index) | ≥ 20250221.0.0-funcrel |
|---|
| Quality Standards Mapping (com.castsoftware.qualitystandards) | ≥ 20250310.0.0-funcrel |
|---|
| OMG Technical Debt (com.castsoftware.omg-atdm) | ≥ 2.0.0-funcrel |
|---|
| .NET SDK | 8.0 | - |
|---|
Component documentation
Components documentation for Report Generator 1.27
1.27.1-funcrel
Resolved Issues
| Customer Ticket Id | Details |
|---|
| 51984 | Fixes an issue causing Report Generator to fail when generating tables using the RULES_LIST component. |
| 52120 | Fixes an issue where details for the rule “Avoid cyclical calls and inheritances between packages” (7292) are not present for the component “QUALITY_RULE_VIOLATIONS_BOOKMARKS”. |
1.27.0-funcrel
New Features
| Summary | Details |
|---|
| Update templates with new CAST logos and colors | The new CAST logo and colors have been added to the Report Generator templates. |
| New compliance reports for STIG-V6 | Three new templates added to support security standard STIG-V6 (STIG V6 Compliance Report.docx, STIG V6 Detailed Report.docx, STIG V6 Full Detailed Report.xlsx). These require the latest com.castsoftware.qualitystandards and com.castsoftware.owasp-index releases. |
Feature Improvements
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); });