-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 [#4862] Prevent submissions identifying attributes hashing if they …
…still need cosigning A submission is only processed/registered when it's cosigned, so we may definitely not hash the identifying attributes when it's still pending cosigning. The logout endpoint can't tell if the cosigner or the original author is logged in to perform the cosigning, so we must look at the state of the submission itself. Backport-of: #4865
- Loading branch information
1 parent
6169222
commit 7d6f635
Showing
3 changed files
with
86 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters