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:
Eric 2023-09-27 16:29:58 -05:00 committed by GitHub
parent 9db1bcc217
commit 1d9299dea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3297,7 +3297,7 @@
], ],
"evented": false, "evented": false,
"cacheable": true, "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```", "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": [ "columns": [
{ {
@ -12717,7 +12717,7 @@
], ],
"evented": false, "evented": false,
"cacheable": 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```", "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": [ "columns": [
{ {