Skip to content

Commit

Permalink
Merge branch 'main' into create-user-sources-segf
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored May 29, 2024
2 parents cbc53fa + 23f3bb9 commit 34e9c2c
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 @@ -57802,6 +57802,8 @@ type_opts_table (const char *type, const char *filter)
{
if (type == NULL)
return NULL;
if (strcasecmp (type, "CVE") == 0)
return g_strdup (" LEFT JOIN scap.epss_scores ON cve = cves.uuid");
if (strcasecmp (type, "TASK") == 0)
return task_iterator_opts_table (filter_term_apply_overrides (filter),
filter_term_min_qod (filter), 0);
Expand Down

0 comments on commit 34e9c2c

Please sign in to comment.