Skip to content

MinGit v2.32.1.windows.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@git-for-windows-ci git-for-windows-ci released this 12 Apr 18:11
· 32976 commits to main since this release
v2.32.1.windows.1
MinGit for Windows v2.32.1

Changes since MinGit v2.32.0(2) (July 6th 2021):

Bug Fixes

 * Fix `GIT_CEILING_DIRECTORIES` with Windows-style root directories.

 * CVE-2022-24765:
   On multi-user machines, Git users might find themselves
   unexpectedly in a Git worktree, e.g. when another user created a
   repository in `C:\.git`, in a mounted network drive or in a
   scratch space. Merely having a Git-aware prompt that runs `git
   status` (or `git diff`) and navigating to a directory which is
   supposedly not a Git worktree, or opening such a directory in an
   editor or IDE such as VS Code or Atom, will potentially run
   commands defined by that other user.