diff --git a/changes/bug-7804-uninstalled-software-appears-on-software-page b/changes/bug-7804-uninstalled-software-appears-on-software-page new file mode 100644 index 0000000000..4d6b2ac876 --- /dev/null +++ b/changes/bug-7804-uninstalled-software-appears-on-software-page @@ -0,0 +1 @@ +* Only ingest DEB packages with the proper status. \ No newline at end of file diff --git a/server/service/osquery_utils/queries.go b/server/service/osquery_utils/queries.go index 155fae598a..f6f2fc2c74 100644 --- a/server/service/osquery_utils/queries.go +++ b/server/service/osquery_utils/queries.go @@ -634,6 +634,7 @@ SELECT '' AS vendor, '' AS arch FROM deb_packages +WHERE status = 'install ok installed' UNION SELECT package AS name,