-
Notifications
You must be signed in to change notification settings - Fork 100
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
upgrade cookie_store to 0.21.1 #397
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This gets rid of 2 dependencies and 5 duplicated dependencies so definitely a nice change, thank you!
I don't think that the CVE is a security concern for us, since we run the hostname through a URL parse before we set it on the cookie and we don't have any crazy authentication system where you can benefit from not matching a domain. So we don't need to rush out another release.
@kranurag7 do you mind resolving current merge conflicts? We can fix any clippy warnings after merging this PR |
upgrading cookie_store to 0.21.1 via this commit because it was pulling idna which contained a CVE. Signed-off-by: kranurag7 <[email protected]>
Co-authored-by: Jan Verbeek <[email protected]>
Signed-off-by: kranurag7 <[email protected]> Co-authored-by: Jan Verbeek <[email protected]>
377d86a
to
bb82a77
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
upgrading cookie_store to 0.21.1 via this commit because it was pulling idna which contained a CVE.