[PR #681] fix: use constant-time comparison for password and digest auth verification #675

Open
opened 2026-04-08 16:53:56 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/681
Author: @onovy
Created: 4/1/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (1)

  • 53a2760 fix: use constant-time comparison for password and digest auth verification

📊 Changes

3 files changed (+5 additions, -2 deletions)

View changed files

📝 Cargo.lock (+1 -0)
📝 Cargo.toml (+1 -0)
📝 src/auth.rs (+3 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sigoden/dufs/pull/681 **Author:** [@onovy](https://github.com/onovy) **Created:** 4/1/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`53a2760`](https://github.com/sigoden/dufs/commit/53a2760ac0330fd35043a14470329a97f92a8237) fix: use constant-time comparison for password and digest auth verification ### 📊 Changes **3 files changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+1 -0) 📝 `Cargo.toml` (+1 -0) 📝 `src/auth.rs` (+3 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:53:56 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#675