mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
[VS] Fix the hostname saving.
This commit is contained in:
parent
5ad7b64874
commit
86b2619929
1 changed files with 2 additions and 1 deletions
|
|
@ -897,7 +897,8 @@ function vs_utils.save_host_to_scan(scan_type, host, scan_result, last_scan_time
|
|||
num_vulnerabilities_found = num_vulnerabilities_found,
|
||||
cve = cve_formatted,
|
||||
max_score_cve = max_score_cve,
|
||||
is_ok_last_scan = is_ok_last_scan
|
||||
is_ok_last_scan = is_ok_last_scan,
|
||||
host_name = host_name
|
||||
}
|
||||
|
||||
if tcp_ports ~= nil then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue