diff --git a/summary_html/cve_summary.html b/summary_html/cve_summary.html
index 7903ede9b3..3c72bf0fc7 100644
--- a/summary_html/cve_summary.html
+++ b/summary_html/cve_summary.html
@@ -140,7 +140,14 @@
CVE Search
"aoColumns": [
{ "sWidth": "5%" },
{ "sWidth": "10%" },
- { "sWidth": "55%" },
+ {
+ "sWidth": "55%",
+ "data": 2,
+ "render": function(data, type, row) {
+ // Escape and return the description
+ return $('').text(data).html();
+ }
+ },
{ "sWidth": "20%" },
{ "sWidth": "10%" },
],
@@ -190,4 +197,4 @@ CVE Search