Skip to content

Commit

Permalink
Add: package_unreliable QOD type translation
Browse files Browse the repository at this point in the history
Merge pull request #1782 from jjnicola/qod
  • Loading branch information
timopollmeier authored Feb 22, 2022
2 parents a34fa70 + 7e91fe8 commit 85f16f2
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 @@ -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)
Expand Down

0 comments on commit 85f16f2

Please sign in to comment.