From 3f438ce229ce623df0a377f085f91ca82b989cf6 Mon Sep 17 00:00:00 2001 From: Juan Jose Nicola Date: Mon, 21 Feb 2022 08:16:55 -0600 Subject: [PATCH] Add: package_unreliable QOD type translation --- src/manage_sql.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/manage_sql.c b/src/manage_sql.c index 190638e9b..d488ed584 100644 --- a/src/manage_sql.c +++ b/src/manage_sql.c @@ -19077,6 +19077,8 @@ qod_from_type (const char *qod_type) return 70; else if (strcmp (qod_type, "remote_probe") == 0) return 50; + else if (strcmp (qod_type, "package_unreliable") == 0) + return 30; else if (strcmp (qod_type, "remote_banner_unreliable") == 0) return 30; else if (strcmp (qod_type, "executable_version_unreliable") == 0)