mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Regenerate osquery_fleet_schema.json (2023-09-26) (#14161)
Changes: - Ran the `generate-merged-schema` script to regenerate `/schema/osquery_fleet_schema.json`
This commit is contained in:
parent
9db1bcc217
commit
1d9299dea2
@ -3297,7 +3297,7 @@
|
||||
],
|
||||
"evented": false,
|
||||
"cacheable": true,
|
||||
"notes": "",
|
||||
"notes": "- This table should be used sparingly as it uses an Apple API which occasionally corrupts the underlying certificate. Learn more [here](https://github.com/fleetdm/fleet/issues/13065#issuecomment-1658849614).",
|
||||
"examples": "Replace 1QAZ2WSX with your Apple Developer ID, if you have one. This query will then let you identify Macs that have a copy of your code signing and notarization certificates.\n```\nSELECT * FROM certificates WHERE common_\"name\" LIKE '%%1QAZ2SWX%%';\n```",
|
||||
"columns": [
|
||||
{
|
||||
@ -12717,7 +12717,7 @@
|
||||
],
|
||||
"evented": false,
|
||||
"cacheable": false,
|
||||
"notes": "",
|
||||
"notes": "- This table should be used sparingly as it uses an Apple API which occasionally corrupts the underlying certificate. Learn more [here](https://github.com/fleetdm/fleet/issues/13065#issuecomment-1658849614).",
|
||||
"examples": "Identify Macs that contain certificates related to Apple application signing and notarization. (replace with your Apple Developer ID string)\n```\nSELECT * FROM keychain_items WHERE label LIKE '%8EHZ83LZNU%';\n```",
|
||||
"columns": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user