{{ dashboard }}
Products With Known Vulnerability
    Vendor Name
    Product Name
    Version
    CVE Count
    {{ products_found }}
Paths With Known Vulnerability
    {% for path in all_paths%}
  • {{path}}
    {% for product in all_paths[path]%} {{product}} {% endfor %}
  • {%endfor%}