From c389de4ce9e28935163432f4b570900ad097e94f Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Fri, 5 Sep 2025 13:55:00 -0700 Subject: [PATCH] Fleet Desktop device tokens (#32615) - Update language and link to the library Fleet uses: https://pkg.go.dev/github.com/google/uuid#NewRandom --- articles/fleet-desktop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/fleet-desktop.md b/articles/fleet-desktop.md index c4deaea94f..a63b5da242 100644 --- a/articles/fleet-desktop.md +++ b/articles/fleet-desktop.md @@ -33,7 +33,7 @@ Requests sent by Fleet Desktop and the web page that opens when clicking on the The server uses this token to authenticate requests that give host information. Fleet uses the following methods to secure access to this information. -Brute-forcing this UUID would take longer than the universe has existed, even with the fastest computers imaginable. +Successfully brute-forcing this UUID is about [as likely as you getting hit by a meteorite this year](https://pkg.go.dev/github.com/google/uuid#NewRandom). **Rate limiting**