macOS .app
s directory name leak into software titles
#23999
Labels
bug
Something isn't working as documented
~csa
Issue was created by or deemed important by the Customer Solutions Architect.
customer-ufa
#g-endpoint-ops
Endpoint ops product group
:incoming
New issue in triage process.
:product
Product Design department (shows up on 🦢 Drafting board)
Fleet version: v4.59.1 (probably previous versions too)
If a user (or the system, e.g. downloading an
.app
twice on the~/Downloads
folder) has renamed an application.app
folder, this new name of the folder can end up as the "Software Title" for the corresponding bundle identifier.See below for steps to reproduce.
💥 Actual behavior
A user or the system renaming an .app folder should not end up in the software title.
🧑💻 Steps to reproduce
/Applications/Google Chrome.app
to/Applications/Google Chrome 2.app
Google Chrome 2.app
.Google Chrome 2.app
as the software title for the installed Google Chrome version (which is not correct).Data from customer
2.app
suffix (out of 50k titles).2.app
suffixes but it's happening and causing software titles to be invalid.🕯️ More info (optional)
apps.name
uses the directory name and Fleet uses such field to populate the Fleet software "name". Consider usingbundle_name
,bundle_executable
anddisplay_name
.unique index
, not justbundle_identifier
.Related issue: #22994
The text was updated successfully, but these errors were encountered: