From c649fca6392da8096633dd2eb66bb7b5f7e5aade Mon Sep 17 00:00:00 2001 From: Yogesh Ojha Date: Wed, 20 Apr 2022 18:10:31 +0530 Subject: [PATCH] Added vulnerable products on cve --- web/static/custom/custom.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/web/static/custom/custom.js b/web/static/custom/custom.js index b2789d13..18b47fb8 100644 --- a/web/static/custom/custom.js +++ b/web/static/custom/custom.js @@ -2323,6 +2323,16 @@ function get_and_render_cve_details(cve_id){ content += ``; + + content += `
+
`; + content += ``; $('#xl-modal-content').append(content);