DEVELOPMENT

Git for Windows 2.45.1

Git for Windows 2.45.1

Hi All,

Today i noticed that there is an update for Git

Securing Git: Addressing 5 new vulnerabilities

  • CVE-2024-32002 (Critical, Windows & macOS): Git repositories with submodules can trick Git into executing a hook from the .git/ directory during a clone operation, leading to Remote Code Execution.
  • CVE-2024-32004 (High, multi-user machines): An attacker can craft a local repository that executes arbitrary code when cloned.
  • CVE-2024-32465 (High, all setups): Cloning from .zip files containing Git repositories can bypass protections, potentially executing unsafe hooks.
  • CVE-2024-32020 (Low, multi-user machines): Local clones on the same disk can allow untrusted users to modify hard-linked files in the cloned repository’s object database.
  • CVE-2024-32021 (Low, multi-user machines): Cloning a local repository with symlinks can result in hard-linking to arbitrary files in the objects/ directory.

Git for Windows 2.45.0

Git for Windows 2.45.0

Hi All,

Two days ago, git 2.45 has been released.

Read the Blog post here: Highlights from Git 2.45

Git 2.45 Release Notes

Let’s have a look at the installed version

git -v

to update use the command below (cmd must be started “As Administrator”)

git update-git-for-windows

This will download and start the update installer

Let’s check the git version after the update

git -v

You can also download it here: https://git-scm.com/

Git for Windows 2.44.0

Git for Windows 2.44.0

Hi All,

Two days ago, git 2.44 has been released.

Read the Blog post here: Highlights from Git 2.44

Git 2.44 Release Notes

Let’s have a look at the installed version

git -v

to update use the command below (cmd must be started “As Administrator”)

git update-git-for-windows

This will download and start the update installer

Let’s check the git version after the update

git -v

You can also download it here: https://git-scm.com/

Git for Windows 2.42.0

Git for Windows 2.42.0

Hi All,

Today i have realized, that git 2.43 has been released already on November 22 2023.

Read the Blog post here: Highlights from Git 2.43

Git 2.43 Release Notes

Let’s have a look at the installed version

git -v

to update use the command below (cmd must be started “As Administrator”)

git update-git-for-windows

This will download and start the update installer

Let’s check the git version after the update

Git for Windows 2.42.0

Git for Windows 2.42.0

Hi All,

A few days ago git 2.42 has been released. Read the Blog post here: Highlights from Git 2.42

Git 2.42 Release Notes

Let’s have a look at the installed version

git -v

to update use the command below (cmd must be started “As Administrator”)

git update-git-for-windows

Let’s check the git version after the update

git -v

Regards
Andres Bohren

vscode Logo

Azure DevOps Pipeline build number warning

Azure DevOps Pipeline build number warning

Hi All,

I’ve had a warning in my Azure DevOps Pipeline, that deploys this Blog via Hugo to Azure Static Website.

The build number format string Azure Static Web Apps CI/CD generated a build number Azure Static Web Apps CI/CD which contains invalid character(s), is too long, or ends with ‘.’. The maximum length of a build number is 255 characters. Characters which are not allowed include ‘"’, ‘/’, ‘:’, ‘<’, ‘>’, ‘', ‘|’, ‘?’, ‘@’, and ‘*’.

Microsoft Code 1.79 fixes security issue

Microsoft Code 1.79 fixes security issue

Hi All,

In Microsoft Code 1.79, there has been an update that fixes a security issue.

You can find the details here Closed Issue

A information disclosure vulnerability exists in VS Code 1.79.0 and earlier versions on Windows when file system operations are performed on malicious UNC paths. Examples include reading or resolving metadata of such paths. An authorised attacker must send the user a malicious file and convince the user to open it for the vulnerability to occur. Exploiting this vulnerability could allow the disclosure of NTLM hashes.

Git for Windows 2.41.0

Git for Windows 2.41.0

Hi All,

A few days ago git 2.41 has been released. Read the Blog post here: Highlights from Git 2.41

Git 2.41 Release Notes

Let’s have a look at the installed version

git -v

to update use the command below

git update-git-for-windows

It will automatically update your git version

Let’s check the git version after the update

git -v

Regards
Andres Bohren

vscode Logo