{% if domain %}{% endif %}
Components grouped by license risk category.
Breakdown of license risk categories across all components.
| Category | Count | % |
|---|---|---|
| {{ cat }} | {{ count }} | {{ ((count / total_components) * 100) | round(1) }}% |
| License | Risk Category | Components | Projects |
|---|---|---|---|
| {{ row.license_name if row.license_name else '(No License)' }} | {{ row.risk_category }} | {{ row.component_count }} | {{ row.projects }} |
One row per component. Use this to find every project and component carrying a given license. Full data is also written to License Report_Detail.csv and the Detail sheet of the XLSX file.
| License | Risk Category | Project | Component | Version |
|---|---|---|---|---|
| {{ row.License if row.License else '(No License)' }} | {{ row['Risk Category'] }} | {{ row.Project }} | {{ row.Component }} | {{ row.Version }} |