Mo Zhu
Mo Zhu
### Parent Epic - https://github.com/fleetdm/fleet/issues/2008
**Fleet version**: N/A **Operating system**: N/A **Web browser**: Chrome ### 🧑💻 Expected behavior When I visit the configuration files page of the docs (https://fleetdm.com/docs/using-fleet/configuration-files), I expect to see on the...
### Goal Customers need a low-latency, scalable, and rapidly-updated API route that that tells them which policies are passing and failing for a particular host. This enables Zero Trust use...
### Goal Customers need a low-latency, scalable, and rapidly-updated API route that that tells them which policies are passing and failing for a particular host. This enables Zero Trust use...
### Problem Before MacOS 13 comes out in September, we want to test osquery tables on it to see whether any need adjustment. ### Goal - For each table, run...
### Goal We want to identify differences between osquery behavior on MacOS 13 and MacOS 12 (if any) so that we can inform our users of ifs and buts. We...
### Goal We want a script that runs the bare minimum `SELECT * FROM table` query for all tables on Mac, so that we can run it for new versions...
### Problem While testing windows tables, we found that the `platform_info` table was returning blank values for some columns such as: - address - size - volume_size ### Requirements -...
### Problem From our windows testing: https://docs.google.com/spreadsheets/d/1i1tY4bMpBHCQQQ75SgfBtP9lu52pdGdS_39PiLDc-j4/edit?usp=sharing The `native` column is advertised in the schema to have the value of 1 If the addon includes binary components else 0. The...
### Problem I installed DDG and 1Password extensions on my Mac's Safari. I then ran the following query: `SELECT * FROM users JOIN safari_extensions USING(uid)` It returned blank. When I...