-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected unsign passing on a random signature postfix #40
Comments
Thanks for the report and helpful example! Just to be clear for anyone else following along, I wouldn't consider this a vulnerability since the cookie must still be properly signed for it to happen. But I agree that this is a regression introduced during another bugfix. So I think it's safe to assume (for semver purposes) that nobody should be relying on this bug and we can fix it. It happens in the chain of events where
We do need UPDATE: upon further reflection, I think it's okay to only avoid success when
|
I've got a proposed fix for this in #41, but am waiting for some other maintainers to sign off on it before merging it in. If this bug is blocking your own development you could |
Hi dear team.
Thank you for the amazing project!
This is my reproduce example:
I expected to see a
false
result. But got a'value'
.The text was updated successfully, but these errors were encountered: