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 %} + + + + EPSS Score + + + + {{ epss_data.score }} + ({{ epss_data.percentile }} percentile) + + + {% endif %} {% if epss_data %}
@@ -541,6 +555,14 @@ {% endif %} + +
+ EPSS Score Trend +
+
+ +
+ {% else %}

No EPSS data available for this vulnerability.

{% endif %} @@ -597,6 +619,58 @@ {% endif %} + +