Skip to content

Commit

Permalink
deploy: 064bac1
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshojha committed Aug 16, 2024
1 parent 5bd06db commit 6214015
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/startScan/templates/startScan/detail_scan.html
Original file line number Diff line number Diff line change
Expand Up @@ -1745,6 +1745,12 @@ <h4 class="header-title mb-0"><span id="endpoint_change_count"><span class="spin
},
"targets": 16,
},
{
"render": function ( data, type, row ) {
return htmlEncode(data);
},
"targets": 17,
}
],
"initComplete": function(settings, json) {
api = this.api();
Expand Down
6 changes: 6 additions & 0 deletions web/startScan/templates/startScan/vulnerabilities.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,12 @@
},
"targets": 16,
},
{
"render": function ( data, type, row ) {
return htmlEncode(data);
},
"targets": 17,
}
],
"initComplete": function(settings, json) {
api = this.api();
Expand Down
6 changes: 6 additions & 0 deletions web/targetApp/templates/target/summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -1545,6 +1545,12 @@ <h4 class="header-title mb-0"><span id="technologies-count"><span class="spinner
},
"targets": 16,
},
{
"render": function ( data, type, row ) {
return htmlEncode(data);
},
"targets": 17,
}
],
"initComplete": function(settings, json) {
api = this.api();
Expand Down

0 comments on commit 6214015

Please sign in to comment.