From 9cbb2e8c3039bf9e769c9ec815e1b554350197ee Mon Sep 17 00:00:00 2001 From: Matt Mundell Date: Wed, 5 Aug 2020 15:06:56 +0200 Subject: [PATCH 1/5] Add vulns to min_qod SEND_GET_END special case --- src/gmp_get.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/gmp_get.c b/src/gmp_get.c index 09c375bfd..5f11be972 100644 --- a/src/gmp_get.c +++ b/src/gmp_get.c @@ -599,7 +599,8 @@ send_get_end_internal (const char *type, get_data_t *get, int get_counts, g_free (filter); if ((strcmp (type, "task") == 0) || (strcmp (type, "report") == 0) - || (strcmp (type, "result") == 0)) + || (strcmp (type, "result") == 0) + || (strcmp (type, "vuln") == 0)) { gchar *value; @@ -631,7 +632,8 @@ send_get_end_internal (const char *type, get_data_t *get, int get_counts, { if ((strcmp (type, "task") == 0) || (strcmp (type, "report") == 0) - || (strcmp (type, "result") == 0)) + || (strcmp (type, "result") == 0) + || (strcmp (type, "vuln") == 0)) filter = manage_clean_filter("apply_overrides=" G_STRINGIFY (APPLY_OVERRIDES_DEFAULT) " min_qod=" From 40c7c1ec0120712c383d16ffaa95305fd1379060 Mon Sep 17 00:00:00 2001 From: Matt Mundell Date: Wed, 5 Aug 2020 15:39:00 +0200 Subject: [PATCH 2/5] Correct GET_RESULT min_qod in GMP doc --- src/schema_formats/XML/GMP.xml.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/schema_formats/XML/GMP.xml.in b/src/schema_formats/XML/GMP.xml.in index 486f823e6..c7e0cac10 100644 --- a/src/schema_formats/XML/GMP.xml.in +++ b/src/schema_formats/XML/GMP.xml.in @@ -16345,11 +16345,6 @@ along with this program. If not, see . levels Severity levels to select -