mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-13 05:17:43 +02:00
Added vulnerable products on cve
This commit is contained in:
@@ -2323,6 +2323,16 @@ function get_and_render_cve_details(cve_id){
|
||||
|
||||
content += `</ul></div>`;
|
||||
|
||||
|
||||
content += `<div class="tab-pane fade" id="v-pills-affected-products" role="tabpanel" aria-labelledby="v-pills-affected-products-tab" data-simplebar style="max-height: 600px; min-height: 600px;">
|
||||
<ul>`;
|
||||
|
||||
for (var prod in response.result.vulnerable_product) {
|
||||
content += `<li>${response.result.vulnerable_product[prod]}</li>`;
|
||||
}
|
||||
|
||||
content += `</ul></div>`;
|
||||
|
||||
content += `</div></div></div>`;
|
||||
|
||||
$('#xl-modal-content').append(content);
|
||||
|
||||
Reference in New Issue
Block a user