fix(server::bootsrapper): token compare is now constant-time
Some checks failed
ci/woodpecker/push/server-audit Pipeline was successful
ci/woodpecker/push/server-vet Pipeline failed
ci/woodpecker/push/server-lint Pipeline failed
ci/woodpecker/push/server-test Pipeline was successful

This commit is contained in:
hdbg
2026-04-06 18:27:46 +02:00
parent b3464cf8a6
commit 1497884ce6
3 changed files with 17 additions and 8 deletions

1
server/Cargo.lock generated
View File

@@ -760,6 +760,7 @@ dependencies = [
"smlang",
"spki",
"strum 0.28.0",
"subtle",
"test-log",
"thiserror 2.0.18",
"tokio",