-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Request to have new release due to the security issue CVE-2020-29652 #4765
Comments
According to #4734 and #4738, CVE-2020-29652 does not really apply to the Git LFS client, which does not use the vulnerable part of the library. Even if it did, a nil pointer dereference would not be very serious in client-side code because any party able to trigger it would also be able to make the client fail in other ways. So this is only about getting rid of a security scanner warning. |
@KalleOlaviNiemitalo thanks for your response. |
Hey, Since this doesn't actually introduce a security vulnerability (we definitely don't use Go's SSH library), we won't be doing a new release until 3.1.0 (or sooner if there's a security or critical bugfix release). We expect to do that in mid-January. I'm quite busy the next two weeks and then I expect the core team to be on vacation toward the end of the year, so the possibility of doing something other than an urgent release is just not very good. If this is important to you, you can build from Sorry for the bad news. |
Describe the issue
I've scanned the Jenkins container image
jenkins/jenkins:2.319.1
which containsgit-lfs/3.0.2
. This version has a security issue CVE-2020-29652So, I'm wondering if the git-lfs community could create a new release. For instance, git-lfs 3.0.3
System environment
None.
Output of
git lfs env
None.
Additional context
None
The text was updated successfully, but these errors were encountered: