diff --git a/product_portfolio/templates/product_portfolio/tabs/tab_vulnerabilities.html b/product_portfolio/templates/product_portfolio/tabs/tab_vulnerabilities.html index 1931d05..b374fc1 100644 --- a/product_portfolio/templates/product_portfolio/tabs/tab_vulnerabilities.html +++ b/product_portfolio/templates/product_portfolio/tabs/tab_vulnerabilities.html @@ -51,6 +51,16 @@ {% endfor %} + + {% if vulnerability.product_vulnerability_analyses.get %} + + {% endif %} + {% empty %} diff --git a/product_portfolio/views.py b/product_portfolio/views.py index df994e7..274ea49 100644 --- a/product_portfolio/views.py +++ b/product_portfolio/views.py @@ -1100,6 +1100,7 @@ class ProductTabVulnerabilitiesView( Header("max_score", _("Score"), help_text="Severity score range", filter="max_score"), Header("summary", _("Summary")), Header("affected_packages", _("Affected packages"), help_text="Affected product packages"), + Header("exploitability", _("Exploitability analysis"), help_text="TODO"), ) def get_context_data(self, **kwargs):