-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix(deps): update module github.com/go-git/go-git/v5 to v5.11.0 [security] #1718
fix(deps): update module github.com/go-git/go-git/v5 to v5.11.0 [security] #1718
Conversation
Important Auto Review SkippedBot user detected. To trigger a single review, invoke the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1718 +/- ##
===================================================
- Coverage 51.85185% 51.41069% -0.44116%
===================================================
Files 413 401 -12
Lines 28269 27327 -942
Branches 307 307
===================================================
- Hits 14658 14049 -609
+ Misses 12179 11911 -268
+ Partials 1432 1367 -65
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
8581e45
to
e559328
Compare
…rity] | datasource | package | from | to | | ---------- | --------------------------- | ------ | ------- | | go | github.com/go-git/go-git/v5 | v5.8.1 | v5.11.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
e559328
to
e3a07f0
Compare
This PR contains the following updates:
v5.8.1
->v5.11.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
GitHub Vulnerability Alerts
CVE-2023-49568
Impact
A denial of service (DoS) vulnerability was discovered in go-git versions prior to
v5.11
. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server which triggers resource exhaustion ingo-git
clients.Applications using only the in-memory filesystem supported by
go-git
are not affected by this vulnerability.This is a
go-git
implementation issue and does not affect the upstreamgit
cli.Patches
Users running versions of
go-git
fromv4
and above are recommended to upgrade tov5.11
in order to mitigate this vulnerability.Workarounds
In cases where a bump to the latest version of
go-git
is not possible, we recommend limiting its use to only trust-worthy Git servers.Credit
Thanks to Ionut Lalu for responsibly disclosing this vulnerability to us.
References
CVE-2023-49569
Impact
A path traversal vulnerability was discovered in go-git versions prior to
v5.11
. This vulnerability allows an attacker to create and amend files across the filesystem. In the worse case scenario, remote code execution could be achieved.Applications are only affected if they are using the ChrootOS, which is the default when using "Plain" versions of Open and Clone funcs (e.g. PlainClone). Applications using BoundOS or in-memory filesystems are not affected by this issue.
This is a
go-git
implementation issue and does not affect the upstreamgit
cli.Patches
Users running versions of
go-git
fromv4
and above are recommended to upgrade tov5.11
in order to mitigate this vulnerability.Workarounds
In cases where a bump to the latest version of
go-git
is not possible in a timely manner, we recommend limiting its use to only trust-worthy Git servers.Credit
Thanks to Ionut Lalu for responsibly disclosing this vulnerability to us.
Release Notes
go-git/go-git (github.com/go-git/go-git/v5)
v5.11.0
Compare Source
What's Changed
New Contributors
Full Changelog: go-git/go-git@v5.10.1...v5.11.0
v5.10.1
Compare Source
What's Changed
New Contributors
Full Changelog: go-git/go-git@v5.10.0...v5.10.1
v5.10.0
Compare Source
What's Changed
New Contributors
Full Changelog: go-git/go-git@v5.9.0...v5.10.0
v5.9.0
Compare Source
What's Changed
New Contributors
Full Changelog: go-git/go-git@v5.8.1...v5.9.0
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.