Skip to content

Commit

Permalink
Add result_vt_epss join to delta result iterators
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier authored and a-h-abdelsalam committed Jul 2, 2024
1 parent 2eb2fe3 commit e21f4f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/manage_sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -28097,6 +28097,8 @@ init_v2_delta_iterator (report_t report, iterator_t *results, report_t delta,
extra_tables = g_strdup_printf (" JOIN comparison "
" ON results.id = COALESCE (result1_id,"
" result2_id)"
" LEFT OUTER JOIN result_vt_epss"
" ON results.nvt = result_vt_epss.vt_id"
" LEFT OUTER JOIN nvts"
" ON results.nvt = nvts.oid %s,"
" LATERAL %s AS lateral_new_severity",
Expand Down

0 comments on commit e21f4f3

Please sign in to comment.