mirror of
https://github.com/fleetdm/fleet
synced 2026-05-19 23:18:51 +00:00
> Related issue: #15855 I followed a similar pattern to `sanitizeSoftware`, a function that modifies the `Software`. I was originally going to update `sanitizeSoftware` itself, but decided against it 1. to avoid making lots of changes to the function signature and internals 2. because the logic this issue requires is pretty different from what `sanitizeSoftware` is trying to do, so seemed to warrant its own function. # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [x] Added/updated tests - [x] Manual QA for all new/changed functionality --------- Co-authored-by: Roberto Dip <me@roperzh.com>
2 lines
No EOL
124 B
Text
2 lines
No EOL
124 B
Text
- Fixes issue where software from a Parallels VM on a MacOS host would show up in Fleet as if it
|
|
were the host's software. |