security: Fix timing attack vulnerability in credential comparison (#1014)

Co-authored-by: Copilot AI <copilot@github.com>
This commit is contained in:
Hunter Wu
2025-12-06 15:13:27 +08:00
committed by GitHub
parent 6ca8945ca7
commit 72930b1e30
7 changed files with 65 additions and 12 deletions
+1
View File
@@ -92,6 +92,7 @@ serde_urlencoded = { workspace = true }
# Cryptography and Security
rustls = { workspace = true }
subtle = { workspace = true }
# Time and Date
chrono = { workspace = true }