fleet/server/service/osquery_utils
Victor Lyuboslavsky b3462770fe
Added Apple Rapid Security Response version to host details. (#14597)
#12888 

Updated code so that macOS version returns RSR, if available. For
example: `14.3.1 (a)` as opposed to simply `14.3.1`
This feature is supported by osquery with the `extra` column in
`os_version` table.

Since I could not get a real macOS running a version with RSR, I did the
following manual checks:
- ensured that `extra` column from osquery `os_version` table was being
received for processing
- hard coded the `extra` column result on the server and verified the OS
version was correct in GUI and REST APIs

Main testing was done by Zach following these
[instructions](https://docs.google.com/document/d/18xsCEFlpcBL-5EbQhvmUNuJz3XM0Ak-NfCCwxEQXVic/edit)
- I confirmed that the one incorrect query result was due to a bad query

# Checklist for submitter
- [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
2023-10-26 16:57:54 -05:00
..
gen_queries_doc.go Reorganize Fleet documentation (#12871) 2023-07-27 17:40:01 -05:00
queries_test.go Added Apple Rapid Security Response version to host details. (#14597) 2023-10-26 16:57:54 -05:00
queries.go Added Apple Rapid Security Response version to host details. (#14597) 2023-10-26 16:57:54 -05:00
utils.go Issue 1588 allow disabling host users (#1611) 2021-08-11 14:56:11 -03:00