-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Beta-1.77] Update libgit2 #13417
[Beta-1.77] Update libgit2 #13417
Conversation
r? @weihanglo rustbot has assigned @weihanglo. Use r? to explicitly pick a reviewer |
|
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.
Thanks. I'll include this in beta backport in rust-lang/rust later.
@bors r+ |
☀️ Test successful - checks-actions |
…nglo [beta-1.77.0] backport cargo 2 commits in 7bb7b539558dc88bea44cee4168b6269bf8177b0..c8a48facdaabe1d1fa8de11f90737801f38d8fa1 2024-01-20 00:15:32 +0000 to 2024-02-07 19:15:46 +0000 - [Beta-1.77] Update libgit2 (rust-lang/cargo#13417) - [beta-1.77.0] Fix panic on empty spans when parsing Cargo.toml (rust-lang/cargo#13393)
This is a beta packport of #13412 to update libgit2 to fix the security issues mentioned in https://github.com/libgit2/libgit2/releases/tag/v1.7.2. From what I can tell, the threat to cargo is very small. The best I can come up with is a carefully crafted
rev
field in aCargo.toml
will cause cargo to hang. However, I would feel safer having this backported.