Skip to content

Commit

Permalink
Uprev libgit to v1.3.1 (libgit2#911)
Browse files Browse the repository at this point in the history
🔒 This is a security release to provide compatibility with git's
changes to address [CVE
2022-24765](https://github.blog/2022-04-12-git-security-vulnerability-announced/).

libgit2 (and by extension git2go) are not directly affected by this
vulnerability, because libgit2 does not directly invoke any executable.
But we are providing these changes as a security release for any users
that use libgit2 for repository discovery and then also use git on that
repository. In this release, we will now validate that the user opening
the repository is the same user that owns the on-disk repository. This
is to match git's behavior.

In addition, we are providing several correctness fixes where invalid
input can lead to a crash. These may prevent possible denial of service
attacks. At this time there are not known exploits to these issues.
  • Loading branch information
lhchavez authored Apr 14, 2022
1 parent eae0077 commit 7bff4ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
fail-fast: false
matrix:
libgit2:
- 'v1.3.0'
- 'v1.3.1'
name: Go (system-wide, dynamic)

runs-on: ubuntu-20.04
Expand Down

0 comments on commit 7bff4ca

Please sign in to comment.