{% 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 }} |