Remove note about using the certificates table sparingly (#23700)

Looks like the bug was fixed:
https://github.com/fleetdm/fleet/issues/13065
This commit is contained in:
Rachael Shaw
2024-11-12 12:06:12 -06:00
committed by GitHub
parent 8b1d28b841
commit 4175df17ee
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -3264,7 +3264,7 @@
],
"evented": false,
"cacheable": true,
"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).",
"notes": "",
"examples": "Replace 1QAZ2WSX with your Apple Developer ID, if you have one. This query\nwill then let you identify Macs that have a copy of your code signing and\nnotarization certificates.\n\n```\nSELECT * FROM certificates WHERE common_\"name\" LIKE '%%1QAZ2SWX%%';\n```",
"columns": [
{
-2
View File
@@ -34,5 +34,3 @@ columns:
platforms:
- linux
- darwin
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).