You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
problem: GetVulnerabilities is slow
create a partial index on the host_creds table where result is not
blank.
This drops the query GetVulnerabilities runs from a second or two to
almost zero.
problem: json report is missing fields.
go json encoder ignores conflicting fields, which was preventing
Hostport from showing up. Also some of the fields weren't even
being selected AND the hostport conflict also existed when the join
results were deserialized. To fix that, fully qualify the 'host'
fields.