You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows app store apps (packaged MSIX/AppX apps such as Microsoft Copilot) already reach software inventory as source='programs' via osquery 5.23.1 and already render on the Software page — they just carry the same "Program (Windows)" type label as classic Win32 installers. The only change this story needs is to rename that type label to "Application (Windows)" so the category reflects that Windows app store apps are included (per the Figma dev note). This is a blanket rename: all Windows programs software adopts the new label; store apps are not broken out separately.
No backend, migration, API, or documentation changes are required. The earlier backend (#49051), documentation (#49053), and engineering-QA/NVD-assessment (#49054) sub-tasks were closed as not needed — the data is already ingested and already vulnerability-scanned via NVD; only the frontend label changes.
Test plan is finalized
Contributor API changes: No changes.
Feature guide changes: No changes.
Database schema migrations: No changes.
Load testing: Not required. Frontend-only label rename; no new query, cron, table, or column.
Pre-QA load test: Not required. The change does not modify Fleet's load profile.
Load testing/osquery-perf improvements: None.
ℹ️ Please read this issue carefully and understand it. Pay special attention to UI wireframes, especially "dev notes".
Risk assessment
Requires testing in a hosted environment: No. A local Windows host with a store app installed is sufficient.
Requires load testing: No.
Risk level: Low
Risk description: Frontend-only label rename in SOURCE_TYPE_CONVERSION. No data, schema, or API changes. Only regression to watch is stale unit-test/snapshot expectations of "Program (Windows)".
Test plan
Make sure to go through the list and consider all events that might be related to this story, so we catch edge cases earlier.
Core flow
On an enrolled Windows host, install a Windows app store app (for example Microsoft Copilot or Windows Terminal) and refetch host vitals. Confirm it appears in the host's software list with type "Application (Windows)".
Confirm a classic Windows program (for example 7-Zip installed via .exe) also shows "Application (Windows)" — this is a blanket rename; no source='programs' software shows "Program (Windows)" anymore.
Confirm the new label appears everywhere the Windows programs type is shown: the Software page (title list), Host details > Software, and the software title details page.
Edge cases
Non-Windows hosts and non-programs software sources are unaffected (labels unchanged).
Server upgraded from a prior version: the label change is frontend-only and applies immediately; no data migration involved.
Supplemental testing
Testing notes
Confirmation
Engineer: Added comment to user story confirming successful completion of test plan (include any special setup, test data, or configuration used during development/testing if applicable).
QA: Added comment to user story confirming successful completion of test plan.
QA: Determined whether this story needs Playwright automation.
Needs automation: Yes / No
If yes, filed a follow-up issue in the :help-qa project with status "Needs automation":
Goal
Changes
Product
Engineering
Sub-tasks:
Windows app store apps (packaged MSIX/AppX apps such as Microsoft Copilot) already reach software inventory as
source='programs'via osquery 5.23.1 and already render on the Software page — they just carry the same "Program (Windows)" type label as classic Win32 installers. The only change this story needs is to rename that type label to "Application (Windows)" so the category reflects that Windows app store apps are included (per the Figma dev note). This is a blanket rename: all Windowsprogramssoftware adopts the new label; store apps are not broken out separately.No backend, migration, API, or documentation changes are required. The earlier backend (#49051), documentation (#49053), and engineering-QA/NVD-assessment (#49054) sub-tasks were closed as not needed — the data is already ingested and already vulnerability-scanned via NVD; only the frontend label changes.
Risk assessment
SOURCE_TYPE_CONVERSION. No data, schema, or API changes. Only regression to watch is stale unit-test/snapshot expectations of "Program (Windows)".Test plan
Core flow
.exe) also shows "Application (Windows)" — this is a blanket rename; nosource='programs'software shows "Program (Windows)" anymore.Edge cases
programssoftware sources are unaffected (labels unchanged).Supplemental testing
Testing notes
Confirmation