diff --git a/vulnerabilities/templates/vulnerability_details.html b/vulnerabilities/templates/vulnerability_details.html index 7001c8f3b..fe31754b9 100644 --- a/vulnerabilities/templates/vulnerability_details.html +++ b/vulnerabilities/templates/vulnerability_details.html @@ -152,6 +152,20 @@ {{ vulnerability.risk_score }} + {% if epss_data %} +
No EPSS data available for this vulnerability.
{% endif %} @@ -597,6 +619,58 @@ {% endif %} + +