CAST Report Generator - Release Notes - 1.20

Content matrix

VersionSummary of content
1.20.1Add compatibility for CAST RestAPI ≥ 2.x.
1.20.0

Compatibility matrix

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

CAST RestAPI≥ 1.12.xMandatory
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 OWASP standards, you can install either the CISQ, ISO-5055 and OWASP extensions or the Quality Standards Mapping extension. If both the CISQ, ISO-5055 and OWASP extensions and the Quality Standards Mapping extension are installed, data is automatically taken from the CISQ, ISO-5055 and OWASP extensions at all times.
CISQ Index≥ 20200518
ISO-5055 Index≥ 20210408

OMG-ASCQM Index

≥ 20200518
OWASP Index≥ 20200518
Quality Standards Mapping extension≥ 20200929
.NET Core SDK3.1.x

Component documentation

1.20.1-funcrel

Other Updates

Internal IdDetails
REPORTGEN-1032Update the check version action to ensure compatibility with CAST-RESTAPI 2.x.

1.20.0-funcrel

New Features

SummaryDetails
New ISO-5055 report templatesNew report templates for the newly implemented ISO-5055 standard. Requires the ≥ 20210408 ISO-5055 Index extension or ≥ 20210412 Quality Standards Mapping extension.

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); });