Skip to content

Commit

Permalink
Add: package_unreliable QOD type translation
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Feb 21, 2022
1 parent a39b162 commit 3f438ce
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 3f438ce

Please sign in to comment.