-
Notifications
You must be signed in to change notification settings - Fork 405
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
Update url to min 2.5.4
#1128
Update url to min 2.5.4
#1128
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.
While this looks legit, git2 doesn't pin the version of url
crate. Packages depending on git2
should be able to get the latest url
without problems.
What is the actual security warning from?
@weihanglo you're right. I initially received an update from Dependabot telling me one of my projects was vulnerable due to I can edit the patch to say |
Specifying |
@weihanglo thanks for the link, I assumed putting on the patch version would lock it to future patch releases ( |
To clarify, Your original commit e31ba6a is a correct fix that downstream users will no longer get any version older than 2.5.4, moving the ecosystem away from the vulnerability. Could you also help update Line 17 in 7b7be43
|
This also resolves the security warning that comes from idna 0.5.0 being vulnerable.
2e2fb2a
to
c6dd1ac
Compare
@weihanglo sounds good, I've dropped the last commit and updated |
This also resolves the security warning that comes from idna 0.5.0 being vulnerable.