Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

plumbing: support SSH/X509 signed tags #690

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

Merged
merged 1 commit into from
Feb 28, 2023

Conversation

hiddeco
Copy link
Member

@hiddeco hiddeco commented Feb 27, 2023

This PR enables support for extracting the SSH and X509 signatures from (annotated) Git tags, as an initial step to support the verification of more signatures than just PGP in go-git.

The ported logic from Git further ensures that we look for a signature at the tail of an annotation, instead of the first signature we find in the annotation, as this could theoretically result in a faulty signature getting detected if part of a an annotation itself (e.g. by being placed in the middle as part of an inherited message).

For commits, no further change is required as the current extraction of any signature (format) from gpgsig in the commit header is sufficient for manual verification.

In a future iteration, we could add signature/ssh and signature/x509 packages to further enable people to deal with verifying other signatures than PGP. As well as adding additional methods to Commit and Tag to provide glue between the pacakges and the most prominent user-facing APIs.

Start of solving #400

@hiddeco hiddeco force-pushed the recognize-tag-signatures branch from 9a2ea48 to b4d2600 Compare February 27, 2023 21:02
This commit enables support for extracting the SSH and X509 signatures
from (annotated) Git tags, as an initial step to support the
verification of more signatures than just PGP in go-git.

The ported logic from Git further ensures that we look for a signature
at the tail of an annotation, instead of the first signature we find
in the annotation, as this could theoretically result in a faulty
signature getting detected if part of a an annotation itself (e.g.
by being placed in the middle as part of an inherited message).

For commits, no further change is required as the current extraction
of any signature (format) from `gpgsig` in the commit header is
sufficient for manual verification.

In a future iteration, we could add `signature/ssh` and `signature/x509`
packages to further enable people to deal with verifying other
signatures than PGP. As well as adding additional methods to `Commit`
and `Tag` to provide glue between the packages and the most prominent
user-facing APIs.

Signed-off-by: Hidde Beydals <hidde@hhh.computer>
@hiddeco hiddeco force-pushed the recognize-tag-signatures branch from b4d2600 to f1dc529 Compare February 27, 2023 21:08
Copy link
Member

@pjbgf pjbgf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcuadros mcuadros merged commit b826c51 into go-git:master Feb 28, 2023
@hiddeco hiddeco deleted the recognize-tag-signatures branch February 28, 2023 22:52
another-rex referenced this pull request in google/osv-scanner Mar 5, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) |
require | minor | `v5.5.2` -> `v5.6.0` |
|
[github.com/jedib0t/go-pretty/v6](https://togithub.com/jedib0t/go-pretty)
| require | patch | `v6.4.4` -> `v6.4.6` |
| [github.com/urfave/cli/v2](https://togithub.com/urfave/cli) | require
| minor | `v2.24.4` -> `v2.25.0` |
| [golang.org/x/exp](https://togithub.com/golang/exp) | require | digest
| `c95f2b4` -> `9ff063c` |
| [golang.org/x/mod](https://togithub.com/golang/mod) | require | minor
| `v0.8.0` -> `v0.9.0` |
| [golang.org/x/term](https://togithub.com/golang/term) | require |
minor | `v0.5.0` -> `v0.6.0` |
| [golang.org/x/tools](https://togithub.com/golang/tools) | require |
minor | `v0.5.1-0.20230117180257-8aba49bb5ea2` -> `v0.6.0` |
| [golang.org/x/vuln](https://togithub.com/golang/vuln) | require |
digest | `4ec8867` -> `d3042fe` |

---

### Release Notes

<details>
<summary>go-git/go-git</summary>

### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0)

#### What's Changed

- Worktree, check for empty parent dirs during Reset (Fixes
[#&#8203;670](https://togithub.com/go-git/go-git/issues/670)) by
[@&#8203;mbohy](https://togithub.com/mbohy) in
[https://github.com/go-git/go-git/pull/671](https://togithub.com/go-git/go-git/pull/671)
- \*: remove need to build with CGO by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/688](https://togithub.com/go-git/go-git/pull/688)
- plumbing: support SSH/X509 signed tags by
[@&#8203;hiddeco](https://togithub.com/hiddeco) in
[https://github.com/go-git/go-git/pull/690](https://togithub.com/go-git/go-git/pull/690)

**Full Changelog**:
go-git/go-git@v5.5.2...v5.6.0

</details>

<details>
<summary>jedib0t/go-pretty</summary>

###
[`v6.4.6`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.6)

[Compare
Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.5...v6.4.6)

### Features

-   **table**
- honor border color overrides for title row
([#&#8203;260](https://togithub.com/jedib0t/go-pretty/issues/260))

###
[`v6.4.5`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.5)

[Compare
Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.4...v6.4.5)

### Features

-   **table**
- option to custom color borders/separators
([#&#8203;259](https://togithub.com/jedib0t/go-pretty/issues/259))
        -   `table.Style().Color.Border`
        -   `table.Style().Color.Separator`
-   **text**
- handle escape sequences that embed a URL
([#&#8203;256](https://togithub.com/jedib0t/go-pretty/issues/256)) //
thanks [@&#8203;vsemichev](https://togithub.com/vsemichev)

</details>

<details>
<summary>urfave/cli</summary>

### [`v2.25.0`](https://togithub.com/urfave/cli/releases/tag/v2.25.0)

[Compare
Source](https://togithub.com/urfave/cli/compare/v2.24.4...v2.25.0)

#### What's Changed

- Drop support for Go versions before 1.18 by
[@&#8203;meatballhat](https://togithub.com/meatballhat) in
[https://github.com/urfave/cli/pull/1667](https://togithub.com/urfave/cli/pull/1667)
- add Integer type casting when loading yaml file by
[@&#8203;kjeom](https://togithub.com/kjeom) in
[https://github.com/urfave/cli/pull/1669](https://togithub.com/urfave/cli/pull/1669)

#### New Contributors

- [@&#8203;kjeom](https://togithub.com/kjeom) made their first
contribution in
[https://github.com/urfave/cli/pull/1669](https://togithub.com/urfave/cli/pull/1669)

**Full Changelog**:
urfave/cli@v2.24.4...v2.25.0

</details>

<details>
<summary>golang/mod</summary>

### [`v0.9.0`](https://togithub.com/golang/mod/compare/v0.8.0...v0.9.0)

[Compare
Source](https://togithub.com/golang/mod/compare/v0.8.0...v0.9.0)

</details>

<details>
<summary>golang/term</summary>

### [`v0.6.0`](https://togithub.com/golang/term/compare/v0.5.0...v0.6.0)

[Compare
Source](https://togithub.com/golang/term/compare/v0.5.0...v0.6.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on monday" in timezone
Australia/Sydney, 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/google/osv-scanner).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDYuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4yIn0=-->
another-rex referenced this pull request in google/osv.dev Mar 7, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[cloud.google.com/go/logging](https://togithub.com/googleapis/google-cloud-go)
| require | minor | `v1.6.1` -> `v1.7.0` |
| [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) |
require | minor | `v5.5.2` -> `v5.6.0` |
| [golang.org/x/exp](https://togithub.com/golang/exp) | require | digest
| `f062dba` -> `24139be` |

---

### Release Notes

<details>
<summary>go-git/go-git</summary>

### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0)

#### What's Changed

- Worktree, check for empty parent dirs during Reset (Fixes
[#&#8203;670](https://togithub.com/go-git/go-git/issues/670)) by
[@&#8203;mbohy](https://togithub.com/mbohy) in
[https://github.com/go-git/go-git/pull/671](https://togithub.com/go-git/go-git/pull/671)
- \*: remove need to build with CGO by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/688](https://togithub.com/go-git/go-git/pull/688)
- plumbing: support SSH/X509 signed tags by
[@&#8203;hiddeco](https://togithub.com/hiddeco) in
[https://github.com/go-git/go-git/pull/690](https://togithub.com/go-git/go-git/pull/690)

**Full Changelog**:
go-git/go-git@v5.5.2...v5.6.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone
Australia/Sydney, 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/google/osv.dev).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4yIn0=-->
hayleycd referenced this pull request in google/osv-scanner Mar 9, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) |
require | minor | `v5.5.2` -> `v5.6.0` |
|
[github.com/jedib0t/go-pretty/v6](https://togithub.com/jedib0t/go-pretty)
| require | patch | `v6.4.4` -> `v6.4.6` |
| [github.com/urfave/cli/v2](https://togithub.com/urfave/cli) | require
| minor | `v2.24.4` -> `v2.25.0` |
| [golang.org/x/exp](https://togithub.com/golang/exp) | require | digest
| `c95f2b4` -> `9ff063c` |
| [golang.org/x/mod](https://togithub.com/golang/mod) | require | minor
| `v0.8.0` -> `v0.9.0` |
| [golang.org/x/term](https://togithub.com/golang/term) | require |
minor | `v0.5.0` -> `v0.6.0` |
| [golang.org/x/tools](https://togithub.com/golang/tools) | require |
minor | `v0.5.1-0.20230117180257-8aba49bb5ea2` -> `v0.6.0` |
| [golang.org/x/vuln](https://togithub.com/golang/vuln) | require |
digest | `4ec8867` -> `d3042fe` |

---

### Release Notes

<details>
<summary>go-git/go-git</summary>

### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0)

#### What's Changed

- Worktree, check for empty parent dirs during Reset (Fixes
[#&#8203;670](https://togithub.com/go-git/go-git/issues/670)) by
[@&#8203;mbohy](https://togithub.com/mbohy) in
[https://github.com/go-git/go-git/pull/671](https://togithub.com/go-git/go-git/pull/671)
- \*: remove need to build with CGO by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/688](https://togithub.com/go-git/go-git/pull/688)
- plumbing: support SSH/X509 signed tags by
[@&#8203;hiddeco](https://togithub.com/hiddeco) in
[https://github.com/go-git/go-git/pull/690](https://togithub.com/go-git/go-git/pull/690)

**Full Changelog**:
go-git/go-git@v5.5.2...v5.6.0

</details>

<details>
<summary>jedib0t/go-pretty</summary>

###
[`v6.4.6`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.6)

[Compare
Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.5...v6.4.6)

### Features

-   **table**
- honor border color overrides for title row
([#&#8203;260](https://togithub.com/jedib0t/go-pretty/issues/260))

###
[`v6.4.5`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.5)

[Compare
Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.4...v6.4.5)

### Features

-   **table**
- option to custom color borders/separators
([#&#8203;259](https://togithub.com/jedib0t/go-pretty/issues/259))
        -   `table.Style().Color.Border`
        -   `table.Style().Color.Separator`
-   **text**
- handle escape sequences that embed a URL
([#&#8203;256](https://togithub.com/jedib0t/go-pretty/issues/256)) //
thanks [@&#8203;vsemichev](https://togithub.com/vsemichev)

</details>

<details>
<summary>urfave/cli</summary>

### [`v2.25.0`](https://togithub.com/urfave/cli/releases/tag/v2.25.0)

[Compare
Source](https://togithub.com/urfave/cli/compare/v2.24.4...v2.25.0)

#### What's Changed

- Drop support for Go versions before 1.18 by
[@&#8203;meatballhat](https://togithub.com/meatballhat) in
[https://github.com/urfave/cli/pull/1667](https://togithub.com/urfave/cli/pull/1667)
- add Integer type casting when loading yaml file by
[@&#8203;kjeom](https://togithub.com/kjeom) in
[https://github.com/urfave/cli/pull/1669](https://togithub.com/urfave/cli/pull/1669)

#### New Contributors

- [@&#8203;kjeom](https://togithub.com/kjeom) made their first
contribution in
[https://github.com/urfave/cli/pull/1669](https://togithub.com/urfave/cli/pull/1669)

**Full Changelog**:
urfave/cli@v2.24.4...v2.25.0

</details>

<details>
<summary>golang/mod</summary>

### [`v0.9.0`](https://togithub.com/golang/mod/compare/v0.8.0...v0.9.0)

[Compare
Source](https://togithub.com/golang/mod/compare/v0.8.0...v0.9.0)

</details>

<details>
<summary>golang/term</summary>

### [`v0.6.0`](https://togithub.com/golang/term/compare/v0.5.0...v0.6.0)

[Compare
Source](https://togithub.com/golang/term/compare/v0.5.0...v0.6.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on monday" in timezone
Australia/Sydney, 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/google/osv-scanner).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDYuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4yIn0=-->
andrewpollock referenced this pull request in google/osv.dev Mar 24, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[cloud.google.com/go/pubsub](https://togithub.com/googleapis/google-cloud-go)
| require | minor | `v1.28.0` -> `v1.30.0` |
|
[cloud.google.com/go/storage](https://togithub.com/googleapis/google-cloud-go)
| require | minor | `v1.29.0` -> `v1.30.1` |
| [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) |
require | minor | `v5.5.2` -> `v5.6.1` |
| [github.com/golang/glog](https://togithub.com/golang/glog) | require |
minor | `v1.0.0` -> `v1.1.1` |
|
[google.golang.org/api](https://togithub.com/googleapis/google-api-go-client)
| require | minor | `v0.109.0` -> `v0.114.0` |

---

### Release Notes

<details>
<summary>go-git/go-git</summary>

### [`v5.6.1`](https://togithub.com/go-git/go-git/releases/tag/v5.6.1)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.6.0...v5.6.1)

#### What's Changed

- plumbing/transport: don't use the `firstErrLine` when it is empty by
[@&#8203;ThinkChaos](https://togithub.com/ThinkChaos) in
[https://github.com/go-git/go-git/pull/682](https://togithub.com/go-git/go-git/pull/682)
- plumbing/transport: ssh, unable to pass a custom HostKeyCallback func
by [@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[https://github.com/go-git/go-git/pull/655](https://togithub.com/go-git/go-git/pull/655)
- storage/filesystem: dotgit: fix a filesystem race in
Refs/walkReferencesTree by
[@&#8203;MichaelMure](https://togithub.com/MichaelMure) in
[https://github.com/go-git/go-git/pull/659](https://togithub.com/go-git/go-git/pull/659)
- \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/go-git/go-git/pull/684](https://togithub.com/go-git/go-git/pull/684)
- \*: bump dependencies by [@&#8203;pjbgf](https://togithub.com/pjbgf)
in
[https://github.com/go-git/go-git/pull/697](https://togithub.com/go-git/go-git/pull/697)
- \*: fix panic for empty revisions by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/696](https://togithub.com/go-git/go-git/pull/696)
- ci: bump GitHub actions, enable go test race detection and stop using
developer's GPG keys during test execution by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/701](https://togithub.com/go-git/go-git/pull/701)

**Full Changelog**:
go-git/go-git@v5.6.0...v5.6.1

### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0)

#### What's Changed

- Worktree, check for empty parent dirs during Reset (Fixes
[#&#8203;670](https://togithub.com/go-git/go-git/issues/670)) by
[@&#8203;mbohy](https://togithub.com/mbohy) in
[https://github.com/go-git/go-git/pull/671](https://togithub.com/go-git/go-git/pull/671)
- \*: remove need to build with CGO by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/688](https://togithub.com/go-git/go-git/pull/688)
- plumbing: support SSH/X509 signed tags by
[@&#8203;hiddeco](https://togithub.com/hiddeco) in
[https://github.com/go-git/go-git/pull/690](https://togithub.com/go-git/go-git/pull/690)

**Full Changelog**:
go-git/go-git@v5.5.2...v5.6.0

</details>

<details>
<summary>golang/glog</summary>

### [`v1.1.1`](https://togithub.com/golang/glog/releases/tag/v1.1.1)

[Compare
Source](https://togithub.com/golang/glog/compare/v1.1.0...v1.1.1)

Bugfixes since the larger v1.1.0, which have been addressed.

### [`v1.1.0`](https://togithub.com/golang/glog/releases/tag/v1.1.0)

[Compare
Source](https://togithub.com/golang/glog/compare/v1.0.0...v1.1.0)

Tagging v1.1.0 after syncing glog with internal changes

</details>

<details>
<summary>googleapis/google-api-go-client</summary>

###
[`v0.114.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.114.0)

[Compare
Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.113.0...v0.114.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;1907](https://togithub.com/googleapis/google-api-go-client/issues/1907))
([2754ab4](https://togithub.com/googleapis/google-api-go-client/commit/2754ab420dcf1c48e9b383c87f7d224ef99abc2f))

##### Bug Fixes

- Always reference the internal package.
([#&#8203;1909](https://togithub.com/googleapis/google-api-go-client/issues/1909))
([dc4b77d](https://togithub.com/googleapis/google-api-go-client/commit/dc4b77d54e86e5b32bce720cf144f5c8a2031011)),
refs
[#&#8203;1908](https://togithub.com/googleapis/google-api-go-client/issues/1908)

###
[`v0.113.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.113.0)

[Compare
Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.112.0...v0.113.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;1900](https://togithub.com/googleapis/google-api-go-client/issues/1900))
([fc221ce](https://togithub.com/googleapis/google-api-go-client/commit/fc221ced8f967897a23fa585f918801c10a13b0d))
- **idtoken:** Add support for external_account
([#&#8203;1897](https://togithub.com/googleapis/google-api-go-client/issues/1897))
([64b6ee4](https://togithub.com/googleapis/google-api-go-client/commit/64b6ee4ccbd1b9a52eed972989e9b8117406613b))
- **transport:** Add support for setting quota project with envvar
([#&#8203;1892](https://togithub.com/googleapis/google-api-go-client/issues/1892))
([63c48a6](https://togithub.com/googleapis/google-api-go-client/commit/63c48a69a6be327f495ce18f47395989b92456a6))

###
[`v0.112.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.112.0)

[Compare
Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.111.0...v0.112.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;1882](https://togithub.com/googleapis/google-api-go-client/issues/1882))
([15808d7](https://togithub.com/googleapis/google-api-go-client/commit/15808d75b5bd798c88f692d07261e7667f69a4c0))
- **all:** Auto-regenerate discovery clients
([#&#8203;1884](https://togithub.com/googleapis/google-api-go-client/issues/1884))
([1aee5cd](https://togithub.com/googleapis/google-api-go-client/commit/1aee5cd1cb55192a4675682444d9e0a22dab55a0))
- **all:** Auto-regenerate discovery clients
([#&#8203;1885](https://togithub.com/googleapis/google-api-go-client/issues/1885))
([c886360](https://togithub.com/googleapis/google-api-go-client/commit/c8863600179ebf003ae0043f94ea095a732e2517))
- **all:** Auto-regenerate discovery clients
([#&#8203;1887](https://togithub.com/googleapis/google-api-go-client/issues/1887))
([5da4d6a](https://togithub.com/googleapis/google-api-go-client/commit/5da4d6ab7fa9a3d68743a9dd6f90ab6cd9ea9277))
- **all:** Auto-regenerate discovery clients
([#&#8203;1893](https://togithub.com/googleapis/google-api-go-client/issues/1893))
([e88ee8a](https://togithub.com/googleapis/google-api-go-client/commit/e88ee8ac45e49f73b275bce6924180c0f184f277))
- **all:** Auto-regenerate discovery clients
([#&#8203;1896](https://togithub.com/googleapis/google-api-go-client/issues/1896))
([9f18671](https://togithub.com/googleapis/google-api-go-client/commit/9f186713659dc989b56a801e556a563954ecb673))
- **all:** Auto-regenerate discovery clients
([#&#8203;1898](https://togithub.com/googleapis/google-api-go-client/issues/1898))
([89c274a](https://togithub.com/googleapis/google-api-go-client/commit/89c274a9077778e05b3c5e459fd8dbbb58ed4a86))

###
[`v0.111.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.111.0)

[Compare
Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.110.0...v0.111.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;1859](https://togithub.com/googleapis/google-api-go-client/issues/1859))
([ba3414e](https://togithub.com/googleapis/google-api-go-client/commit/ba3414e017e9aef77005014054ba02f1f686f601))
- **all:** Auto-regenerate discovery clients
([#&#8203;1861](https://togithub.com/googleapis/google-api-go-client/issues/1861))
([895105a](https://togithub.com/googleapis/google-api-go-client/commit/895105a40de858f4803460982c7092f132b47a89))
- **all:** Auto-regenerate discovery clients
([#&#8203;1863](https://togithub.com/googleapis/google-api-go-client/issues/1863))
([8b8b195](https://togithub.com/googleapis/google-api-go-client/commit/8b8b19548ff684556b8c775f97c87667963e1946))
- **all:** Auto-regenerate discovery clients
([#&#8203;1866](https://togithub.com/googleapis/google-api-go-client/issues/1866))
([7f5f40a](https://togithub.com/googleapis/google-api-go-client/commit/7f5f40a84267f1505be68dced7498f3890871415))
- **all:** Auto-regenerate discovery clients
([#&#8203;1872](https://togithub.com/googleapis/google-api-go-client/issues/1872))
([7d34d41](https://togithub.com/googleapis/google-api-go-client/commit/7d34d415a57f11eba00dfe1a3a7b8a8b9de687cd))
- **all:** Auto-regenerate discovery clients
([#&#8203;1873](https://togithub.com/googleapis/google-api-go-client/issues/1873))
([c02cff6](https://togithub.com/googleapis/google-api-go-client/commit/c02cff63add0cceb3aff031d50e3856705f551d8))
- **all:** Auto-regenerate discovery clients
([#&#8203;1875](https://togithub.com/googleapis/google-api-go-client/issues/1875))
([70d3954](https://togithub.com/googleapis/google-api-go-client/commit/70d39545895bb5da4d79e419e3789e7011c53489))

###
[`v0.110.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.110.0)

[Compare
Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.109.0...v0.110.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;1838](https://togithub.com/googleapis/google-api-go-client/issues/1838))
([4b4c9d4](https://togithub.com/googleapis/google-api-go-client/commit/4b4c9d468a78cae7a41cbcb14054999dfef31b80))
- **all:** Auto-regenerate discovery clients
([#&#8203;1841](https://togithub.com/googleapis/google-api-go-client/issues/1841))
([3fb8cdc](https://togithub.com/googleapis/google-api-go-client/commit/3fb8cdc9c2ddf336497bc36fd06fab43b2235d06))
- **all:** Auto-regenerate discovery clients
([#&#8203;1850](https://togithub.com/googleapis/google-api-go-client/issues/1850))
([8980266](https://togithub.com/googleapis/google-api-go-client/commit/89802661d011ff33e3d5988f0e894702eba9c009))
- **all:** Auto-regenerate discovery clients
([#&#8203;1851](https://togithub.com/googleapis/google-api-go-client/issues/1851))
([689f934](https://togithub.com/googleapis/google-api-go-client/commit/689f934fca8cc3f8be521e41ab1e270691441dde))

##### Bug Fixes

- Improve error handling for enterprise certificate module
([#&#8203;1848](https://togithub.com/googleapis/google-api-go-client/issues/1848))
([3fb5b61](https://togithub.com/googleapis/google-api-go-client/commit/3fb5b6154399e00f030db5570673f4690c534ddf))
- **internal/gensupport:** Don't prematurely close timers
([#&#8203;1856](https://togithub.com/googleapis/google-api-go-client/issues/1856))
([8efd00d](https://togithub.com/googleapis/google-api-go-client/commit/8efd00d3a913d1c454622791d4bfaa23e1343d70))
- Update ECP dependency to v0.2.3
([#&#8203;1857](https://togithub.com/googleapis/google-api-go-client/issues/1857))
([1147cb8](https://togithub.com/googleapis/google-api-go-client/commit/1147cb8a93dfcd0255280b43a7f011ac2cf6ddab))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone
Australia/Sydney, 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [x] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/google/osv.dev).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM1LjE0LjIifQ==-->
renovate bot referenced this pull request in sheldonhull/az-pr Apr 3, 2023
…5.6.1 (#8)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) |
require | minor | `v5.5.2` -> `v5.6.1` |

---

### Release Notes

<details>
<summary>go-git/go-git</summary>

### [`v5.6.1`](https://togithub.com/go-git/go-git/releases/tag/v5.6.1)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.6.0...v5.6.1)

#### What's Changed

- plumbing/transport: don't use the `firstErrLine` when it is empty by
[@&#8203;ThinkChaos](https://togithub.com/ThinkChaos) in
[https://github.com/go-git/go-git/pull/682](https://togithub.com/go-git/go-git/pull/682)
- plumbing/transport: ssh, unable to pass a custom HostKeyCallback func
by [@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[https://github.com/go-git/go-git/pull/655](https://togithub.com/go-git/go-git/pull/655)
- storage/filesystem: dotgit: fix a filesystem race in
Refs/walkReferencesTree by
[@&#8203;MichaelMure](https://togithub.com/MichaelMure) in
[https://github.com/go-git/go-git/pull/659](https://togithub.com/go-git/go-git/pull/659)
- \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/go-git/go-git/pull/684](https://togithub.com/go-git/go-git/pull/684)
- \*: bump dependencies by [@&#8203;pjbgf](https://togithub.com/pjbgf)
in
[https://github.com/go-git/go-git/pull/697](https://togithub.com/go-git/go-git/pull/697)
- \*: fix panic for empty revisions by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/696](https://togithub.com/go-git/go-git/pull/696)
- ci: bump GitHub actions, enable go test race detection and stop using
developer's GPG keys during test execution by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/701](https://togithub.com/go-git/go-git/pull/701)

**Full Changelog**:
go-git/go-git@v5.6.0...v5.6.1

### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0)

#### What's Changed

- Worktree, check for empty parent dirs during Reset (Fixes
[#&#8203;670](https://togithub.com/go-git/go-git/issues/670)) by
[@&#8203;mbohy](https://togithub.com/mbohy) in
[https://github.com/go-git/go-git/pull/671](https://togithub.com/go-git/go-git/pull/671)
- \*: remove need to build with CGO by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/688](https://togithub.com/go-git/go-git/pull/688)
- plumbing: support SSH/X509 signed tags by
[@&#8203;hiddeco](https://togithub.com/hiddeco) in
[https://github.com/go-git/go-git/pull/690](https://togithub.com/go-git/go-git/pull/690)

**Full Changelog**:
go-git/go-git@v5.5.2...v5.6.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/sheldonhull/az-pr).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
julieqiu referenced this pull request in julieqiu/osv-scanner May 2, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) |
require | minor | `v5.5.2` -> `v5.6.0` |
|
[github.com/jedib0t/go-pretty/v6](https://togithub.com/jedib0t/go-pretty)
| require | patch | `v6.4.4` -> `v6.4.6` |
| [github.com/urfave/cli/v2](https://togithub.com/urfave/cli) | require
| minor | `v2.24.4` -> `v2.25.0` |
| [golang.org/x/exp](https://togithub.com/golang/exp) | require | digest
| `c95f2b4` -> `9ff063c` |
| [golang.org/x/mod](https://togithub.com/golang/mod) | require | minor
| `v0.8.0` -> `v0.9.0` |
| [golang.org/x/term](https://togithub.com/golang/term) | require |
minor | `v0.5.0` -> `v0.6.0` |
| [golang.org/x/tools](https://togithub.com/golang/tools) | require |
minor | `v0.5.1-0.20230117180257-8aba49bb5ea2` -> `v0.6.0` |
| [golang.org/x/vuln](https://togithub.com/golang/vuln) | require |
digest | `4ec8867` -> `d3042fe` |

---

### Release Notes

<details>
<summary>go-git/go-git</summary>

### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0)

#### What's Changed

- Worktree, check for empty parent dirs during Reset (Fixes
[#&#8203;670](https://togithub.com/go-git/go-git/issues/670)) by
[@&#8203;mbohy](https://togithub.com/mbohy) in
[https://github.com/go-git/go-git/pull/671](https://togithub.com/go-git/go-git/pull/671)
- \*: remove need to build with CGO by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/688](https://togithub.com/go-git/go-git/pull/688)
- plumbing: support SSH/X509 signed tags by
[@&#8203;hiddeco](https://togithub.com/hiddeco) in
[https://github.com/go-git/go-git/pull/690](https://togithub.com/go-git/go-git/pull/690)

**Full Changelog**:
go-git/go-git@v5.5.2...v5.6.0

</details>

<details>
<summary>jedib0t/go-pretty</summary>

###
[`v6.4.6`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.6)

[Compare
Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.5...v6.4.6)

### Features

-   **table**
- honor border color overrides for title row
([#&#8203;260](https://togithub.com/jedib0t/go-pretty/issues/260))

###
[`v6.4.5`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.5)

[Compare
Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.4...v6.4.5)

### Features

-   **table**
- option to custom color borders/separators
([#&#8203;259](https://togithub.com/jedib0t/go-pretty/issues/259))
        -   `table.Style().Color.Border`
        -   `table.Style().Color.Separator`
-   **text**
- handle escape sequences that embed a URL
([#&#8203;256](https://togithub.com/jedib0t/go-pretty/issues/256)) //
thanks [@&#8203;vsemichev](https://togithub.com/vsemichev)

</details>

<details>
<summary>urfave/cli</summary>

### [`v2.25.0`](https://togithub.com/urfave/cli/releases/tag/v2.25.0)

[Compare
Source](https://togithub.com/urfave/cli/compare/v2.24.4...v2.25.0)

#### What's Changed

- Drop support for Go versions before 1.18 by
[@&#8203;meatballhat](https://togithub.com/meatballhat) in
[https://github.com/urfave/cli/pull/1667](https://togithub.com/urfave/cli/pull/1667)
- add Integer type casting when loading yaml file by
[@&#8203;kjeom](https://togithub.com/kjeom) in
[https://github.com/urfave/cli/pull/1669](https://togithub.com/urfave/cli/pull/1669)

#### New Contributors

- [@&#8203;kjeom](https://togithub.com/kjeom) made their first
contribution in
[https://github.com/urfave/cli/pull/1669](https://togithub.com/urfave/cli/pull/1669)

**Full Changelog**:
urfave/cli@v2.24.4...v2.25.0

</details>

<details>
<summary>golang/mod</summary>

### [`v0.9.0`](https://togithub.com/golang/mod/compare/v0.8.0...v0.9.0)

[Compare
Source](https://togithub.com/golang/mod/compare/v0.8.0...v0.9.0)

</details>

<details>
<summary>golang/term</summary>

### [`v0.6.0`](https://togithub.com/golang/term/compare/v0.5.0...v0.6.0)

[Compare
Source](https://togithub.com/golang/term/compare/v0.5.0...v0.6.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on monday" in timezone
Australia/Sydney, 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/google/osv-scanner).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDYuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4yIn0=-->
julieqiu referenced this pull request in julieqiu/osv-scanner May 2, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) |
require | minor | `v5.5.2` -> `v5.6.0` |
|
[github.com/jedib0t/go-pretty/v6](https://togithub.com/jedib0t/go-pretty)
| require | patch | `v6.4.4` -> `v6.4.6` |
| [github.com/urfave/cli/v2](https://togithub.com/urfave/cli) | require
| minor | `v2.24.4` -> `v2.25.0` |
| [golang.org/x/exp](https://togithub.com/golang/exp) | require | digest
| `c95f2b4` -> `9ff063c` |
| [golang.org/x/mod](https://togithub.com/golang/mod) | require | minor
| `v0.8.0` -> `v0.9.0` |
| [golang.org/x/term](https://togithub.com/golang/term) | require |
minor | `v0.5.0` -> `v0.6.0` |
| [golang.org/x/tools](https://togithub.com/golang/tools) | require |
minor | `v0.5.1-0.20230117180257-8aba49bb5ea2` -> `v0.6.0` |
| [golang.org/x/vuln](https://togithub.com/golang/vuln) | require |
digest | `4ec8867` -> `d3042fe` |

---

### Release Notes

<details>
<summary>go-git/go-git</summary>

### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0)

#### What's Changed

- Worktree, check for empty parent dirs during Reset (Fixes
[#&#8203;670](https://togithub.com/go-git/go-git/issues/670)) by
[@&#8203;mbohy](https://togithub.com/mbohy) in
[https://github.com/go-git/go-git/pull/671](https://togithub.com/go-git/go-git/pull/671)
- \*: remove need to build with CGO by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/688](https://togithub.com/go-git/go-git/pull/688)
- plumbing: support SSH/X509 signed tags by
[@&#8203;hiddeco](https://togithub.com/hiddeco) in
[https://github.com/go-git/go-git/pull/690](https://togithub.com/go-git/go-git/pull/690)

**Full Changelog**:
go-git/go-git@v5.5.2...v5.6.0

</details>

<details>
<summary>jedib0t/go-pretty</summary>

###
[`v6.4.6`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.6)

[Compare
Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.5...v6.4.6)

### Features

-   **table**
- honor border color overrides for title row
([#&#8203;260](https://togithub.com/jedib0t/go-pretty/issues/260))

###
[`v6.4.5`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.5)

[Compare
Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.4...v6.4.5)

### Features

-   **table**
- option to custom color borders/separators
([#&#8203;259](https://togithub.com/jedib0t/go-pretty/issues/259))
        -   `table.Style().Color.Border`
        -   `table.Style().Color.Separator`
-   **text**
- handle escape sequences that embed a URL
([#&#8203;256](https://togithub.com/jedib0t/go-pretty/issues/256)) //
thanks [@&#8203;vsemichev](https://togithub.com/vsemichev)

</details>

<details>
<summary>urfave/cli</summary>

### [`v2.25.0`](https://togithub.com/urfave/cli/releases/tag/v2.25.0)

[Compare
Source](https://togithub.com/urfave/cli/compare/v2.24.4...v2.25.0)

#### What's Changed

- Drop support for Go versions before 1.18 by
[@&#8203;meatballhat](https://togithub.com/meatballhat) in
[https://github.com/urfave/cli/pull/1667](https://togithub.com/urfave/cli/pull/1667)
- add Integer type casting when loading yaml file by
[@&#8203;kjeom](https://togithub.com/kjeom) in
[https://github.com/urfave/cli/pull/1669](https://togithub.com/urfave/cli/pull/1669)

#### New Contributors

- [@&#8203;kjeom](https://togithub.com/kjeom) made their first
contribution in
[https://github.com/urfave/cli/pull/1669](https://togithub.com/urfave/cli/pull/1669)

**Full Changelog**:
urfave/cli@v2.24.4...v2.25.0

</details>

<details>
<summary>golang/mod</summary>

### [`v0.9.0`](https://togithub.com/golang/mod/compare/v0.8.0...v0.9.0)

[Compare
Source](https://togithub.com/golang/mod/compare/v0.8.0...v0.9.0)

</details>

<details>
<summary>golang/term</summary>

### [`v0.6.0`](https://togithub.com/golang/term/compare/v0.5.0...v0.6.0)

[Compare
Source](https://togithub.com/golang/term/compare/v0.5.0...v0.6.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on monday" in timezone
Australia/Sydney, 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/google/osv-scanner).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDYuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4yIn0=-->
amenowanna referenced this pull request in mergestat/mergestat Mar 13, 2024
…rity] (#1148)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) |
`v5.5.2` -> `v5.11.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-git%2fgo-git%2fv5/v5.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgo-git%2fgo-git%2fv5/v5.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgo-git%2fgo-git%2fv5/v5.5.2/v5.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-git%2fgo-git%2fv5/v5.5.2/v5.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

### GitHub Vulnerability Alerts

####
[CVE-2023-49568](https://togithub.com/go-git/go-git/security/advisories/GHSA-mw99-9chc-xw7r)

### 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 in
`go-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 upstream
`git` cli.

### Patches
Users running versions of `go-git` from `v4` and above are recommended
to upgrade to `v5.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
-
[GHSA-mw99-9chc-xw7r](https://togithub.com/go-git/go-git/security/advisories/GHSA-mw99-9chc-xw7r)

####
[CVE-2023-49569](https://togithub.com/go-git/go-git/security/advisories/GHSA-449p-3h89-pw88)

### 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](https://pkg.go.dev/github.com/go-git/go-billy/v5/osfs#ChrootOS),
which is the default when using "Plain" versions of Open and Clone funcs
(e.g. PlainClone). Applications using
[BoundOS](https://pkg.go.dev/github.com/go-git/go-billy/v5/osfs#BoundOS)
or in-memory filesystems are not affected by this issue.
This is a `go-git` implementation issue and does not affect the upstream
`git` cli.

### Patches
Users running versions of `go-git` from `v4` and above are recommended
to upgrade to `v5.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

<details>
<summary>go-git/go-git (github.com/go-git/go-git/v5)</summary>

### [`v5.11.0`](https://togithub.com/go-git/go-git/releases/tag/v5.11.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.10.1...v5.11.0)

#### What's Changed

- git: validate reference names
([#&#8203;929](https://togithub.com/go-git/go-git/issues/929)) by
[@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[https://github.com/go-git/go-git/pull/950](https://togithub.com/go-git/go-git/pull/950)
- git: stop iterating at oldest shallow when pulling. Fixes
[#&#8203;305](https://togithub.com/go-git/go-git/issues/305) by
[@&#8203;dhoizner](https://togithub.com/dhoizner) in
[https://github.com/go-git/go-git/pull/939](https://togithub.com/go-git/go-git/pull/939)
- plumbing: object, enable renames in getFileStatsFromFilePatches by
[@&#8203;djmoch](https://togithub.com/djmoch) in
[https://github.com/go-git/go-git/pull/941](https://togithub.com/go-git/go-git/pull/941)
- storage: filesystem, Add option to set a specific FS for alternates by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/953](https://togithub.com/go-git/go-git/pull/953)
- Align worktree validation with upstream and remove build warnings by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/958](https://togithub.com/go-git/go-git/pull/958)

#### New Contributors

- [@&#8203;dhoizner](https://togithub.com/dhoizner) made their first
contribution in
[https://github.com/go-git/go-git/pull/939](https://togithub.com/go-git/go-git/pull/939)
- [@&#8203;djmoch](https://togithub.com/djmoch) made their first
contribution in
[https://github.com/go-git/go-git/pull/941](https://togithub.com/go-git/go-git/pull/941)

**Full Changelog**:
go-git/go-git@v5.10.1...v5.11.0

### [`v5.10.1`](https://togithub.com/go-git/go-git/releases/tag/v5.10.1)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.10.0...v5.10.1)

#### What's Changed

- Worktree, ignore ModeSocket files by
[@&#8203;steiler](https://togithub.com/steiler) in
[https://github.com/go-git/go-git/pull/930](https://togithub.com/go-git/go-git/pull/930)
- git: add tracer package by
[@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[https://github.com/go-git/go-git/pull/916](https://togithub.com/go-git/go-git/pull/916)
- remote: Flip clause for fast-forward only check by
[@&#8203;adityasaky](https://togithub.com/adityasaky) in
[https://github.com/go-git/go-git/pull/875](https://togithub.com/go-git/go-git/pull/875)
- plumbing: transport/ssh, Fix nil pointer dereference caused when an
unreachable proxy server is set. Fixes
[#&#8203;900](https://togithub.com/go-git/go-git/issues/900) by
[@&#8203;anandf](https://togithub.com/anandf) in
[https://github.com/go-git/go-git/pull/901](https://togithub.com/go-git/go-git/pull/901)
- plumbing: uppload-server-info, implement upload-server-info by
[@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[https://github.com/go-git/go-git/pull/896](https://togithub.com/go-git/go-git/pull/896)
- plumbing: optimise memory consumption for filesystem storage by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/799](https://togithub.com/go-git/go-git/pull/799)
- plumbing: format/packfile, Refactor patch delta by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/908](https://togithub.com/go-git/go-git/pull/908)
- plumbing: fix empty uploadpack request error by
[@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[https://github.com/go-git/go-git/pull/932](https://togithub.com/go-git/go-git/pull/932)
- plumbing: transport/git, Improve tests error message by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/752](https://togithub.com/go-git/go-git/pull/752)
- plumbing: format/pktline, Respect pktline error-line errors by
[@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[https://github.com/go-git/go-git/pull/936](https://togithub.com/go-git/go-git/pull/936)
- utils: remove ioutil.Pipe and use std library io.Pipe by
[@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[https://github.com/go-git/go-git/pull/922](https://togithub.com/go-git/go-git/pull/922)
- utils: move trace to utils by
[@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[https://github.com/go-git/go-git/pull/931](https://togithub.com/go-git/go-git/pull/931)
- cli: separate go module for cli by
[@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[https://github.com/go-git/go-git/pull/914](https://togithub.com/go-git/go-git/pull/914)
- build: bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/go-git/go-git/pull/887](https://togithub.com/go-git/go-git/pull/887)
- build: bump actions/setup-go from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/go-git/go-git/pull/891](https://togithub.com/go-git/go-git/pull/891)
- build: bump github.com/skeema/knownhosts from 1.2.0 to 1.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/go-git/go-git/pull/888](https://togithub.com/go-git/go-git/pull/888)
- build: bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/go-git/go-git/pull/890](https://togithub.com/go-git/go-git/pull/890)
- build: bump golang.org/x/sys from 0.13.0 to 0.14.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/go-git/go-git/pull/907](https://togithub.com/go-git/go-git/pull/907)
- build: bump golang.org/x/text from 0.13.0 to 0.14.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/go-git/go-git/pull/906](https://togithub.com/go-git/go-git/pull/906)
- build: bump golang.org/x/crypto from 0.14.0 to 0.15.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/go-git/go-git/pull/917](https://togithub.com/go-git/go-git/pull/917)
- build: bump golang.org/x/net from 0.17.0 to 0.18.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/go-git/go-git/pull/918](https://togithub.com/go-git/go-git/pull/918)

#### New Contributors

- [@&#8203;anandf](https://togithub.com/anandf) made their first
contribution in
[https://github.com/go-git/go-git/pull/901](https://togithub.com/go-git/go-git/pull/901)
- [@&#8203;steiler](https://togithub.com/steiler) made their first
contribution in
[https://github.com/go-git/go-git/pull/930](https://togithub.com/go-git/go-git/pull/930)

**Full Changelog**:
go-git/go-git@v5.10.0...v5.10.1

### [`v5.10.0`](https://togithub.com/go-git/go-git/releases/tag/v5.10.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.9.0...v5.10.0)

#### What's Changed

- PlainInitOptions.Bare and allow using InitOptions with
PlainInitWithOptions by
[@&#8203;ThinkChaos](https://togithub.com/ThinkChaos) in
[https://github.com/go-git/go-git/pull/782](https://togithub.com/go-git/go-git/pull/782)
- Worktree, apply ProxyOption on Pull by
[@&#8203;nodivbyzero](https://togithub.com/nodivbyzero) in
[https://github.com/go-git/go-git/pull/840](https://togithub.com/go-git/go-git/pull/840)
- Repository: add clone --shared feature by
[@&#8203;enverbisevac](https://togithub.com/enverbisevac) in
[https://github.com/go-git/go-git/pull/860](https://togithub.com/go-git/go-git/pull/860)
- build: Add github workflow to check commit message format by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/867](https://togithub.com/go-git/go-git/pull/867)
- Improve handling of remote errors by
[@&#8203;makkes](https://togithub.com/makkes) in
[https://github.com/go-git/go-git/pull/866](https://togithub.com/go-git/go-git/pull/866)
- build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/go-git/go-git/pull/873](https://togithub.com/go-git/go-git/pull/873)
- plumbing: commitgraph, Add generation v2 support by
[@&#8203;zeripath](https://togithub.com/zeripath) in
[https://github.com/go-git/go-git/pull/869](https://togithub.com/go-git/go-git/pull/869)
- plumbing: protocol/packp, Add validation for decodeLine by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/868](https://togithub.com/go-git/go-git/pull/868)
- plumbing: parse the encoding header of the commit object by
[@&#8203;liwenqiu](https://togithub.com/liwenqiu) in
[https://github.com/go-git/go-git/pull/761](https://togithub.com/go-git/go-git/pull/761)
- plumbing: commitgraph, allow SHA256 commit-graphs by
[@&#8203;zeripath](https://togithub.com/zeripath) in
[https://github.com/go-git/go-git/pull/853](https://togithub.com/go-git/go-git/pull/853)
- plumbing: commitgraph, Allow reading commit-graph chains by
[@&#8203;zeripath](https://togithub.com/zeripath) in
[https://github.com/go-git/go-git/pull/854](https://togithub.com/go-git/go-git/pull/854)
- plumbing/object: Support mergetag in merge commits by
[@&#8203;adityasaky](https://togithub.com/adityasaky) in
[https://github.com/go-git/go-git/pull/847](https://togithub.com/go-git/go-git/pull/847)

#### New Contributors

- [@&#8203;nodivbyzero](https://togithub.com/nodivbyzero) made their
first contribution in
[https://github.com/go-git/go-git/pull/840](https://togithub.com/go-git/go-git/pull/840)
- [@&#8203;adityasaky](https://togithub.com/adityasaky) made their first
contribution in
[https://github.com/go-git/go-git/pull/847](https://togithub.com/go-git/go-git/pull/847)
- [@&#8203;hezhizhen](https://togithub.com/hezhizhen) made their first
contribution in
[https://github.com/go-git/go-git/pull/836](https://togithub.com/go-git/go-git/pull/836)
- [@&#8203;0x34d](https://togithub.com/0x34d) made their first
contribution in
[https://github.com/go-git/go-git/pull/855](https://togithub.com/go-git/go-git/pull/855)
- [@&#8203;liwenqiu](https://togithub.com/liwenqiu) made their first
contribution in
[https://github.com/go-git/go-git/pull/761](https://togithub.com/go-git/go-git/pull/761)
- [@&#8203;enverbisevac](https://togithub.com/enverbisevac) made their
first contribution in
[https://github.com/go-git/go-git/pull/860](https://togithub.com/go-git/go-git/pull/860)
- [@&#8203;makkes](https://togithub.com/makkes) made their first
contribution in
[https://github.com/go-git/go-git/pull/866](https://togithub.com/go-git/go-git/pull/866)

**Full Changelog**:
go-git/go-git@v5.9.0...v5.10.0

### [`v5.9.0`](https://togithub.com/go-git/go-git/releases/tag/v5.9.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.8.1...v5.9.0)

#### What's Changed

- git: worktree: add Amend option to CommitOptions by
[@&#8203;john-cai](https://togithub.com/john-cai) in
[https://github.com/go-git/go-git/pull/438](https://togithub.com/go-git/go-git/pull/438)
- git: worktree, reset ignored files that are part of the worktree:
Fixes [#&#8203;819](https://togithub.com/go-git/go-git/issues/819) by
[@&#8203;daolis](https://togithub.com/daolis) in
[https://github.com/go-git/go-git/pull/821](https://togithub.com/go-git/go-git/pull/821)
- plumbing: Do not swallow http message coming from VCS providers by
[@&#8203;matejrisek](https://togithub.com/matejrisek) in
[https://github.com/go-git/go-git/pull/835](https://togithub.com/go-git/go-git/pull/835)
- plumbing: transport, handle IPv6 while parsing endpoint. Fixes
[#&#8203;740](https://togithub.com/go-git/go-git/issues/740) by
[@&#8203;ninedraft](https://togithub.com/ninedraft) in
[https://github.com/go-git/go-git/pull/820](https://togithub.com/go-git/go-git/pull/820)
- \*: update goproxy dependency to fix CVE-2023-37788 vulnerability by
[@&#8203;svghadi](https://togithub.com/svghadi) in
[https://github.com/go-git/go-git/pull/832](https://togithub.com/go-git/go-git/pull/832)
- \*: bump dependencies and Go to 1.19 by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/837](https://togithub.com/go-git/go-git/pull/837)

#### New Contributors

- [@&#8203;svghadi](https://togithub.com/svghadi) made their first
contribution in
[https://github.com/go-git/go-git/pull/832](https://togithub.com/go-git/go-git/pull/832)
- [@&#8203;daolis](https://togithub.com/daolis) made their first
contribution in
[https://github.com/go-git/go-git/pull/821](https://togithub.com/go-git/go-git/pull/821)

**Full Changelog**:
go-git/go-git@v5.8.1...v5.9.0

### [`v5.8.1`](https://togithub.com/go-git/go-git/releases/tag/v5.8.1)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.8.0...v5.8.1)

#### What's Changed

- \*: Bump dependencies by [@&#8203;pjbgf](https://togithub.com/pjbgf)
in
[https://github.com/go-git/go-git/pull/815](https://togithub.com/go-git/go-git/pull/815)

**Full Changelog**:
go-git/go-git@v5.8.0...v5.8.1

### [`v5.8.0`](https://togithub.com/go-git/go-git/releases/tag/v5.8.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.7.0...v5.8.0)

#### What's Changed

- git: Fix fetching after shallow clone. Fixes
[#&#8203;305](https://togithub.com/go-git/go-git/issues/305) by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[https://github.com/go-git/go-git/pull/778](https://togithub.com/go-git/go-git/pull/778)
- git: enable fetch with unqualified references by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[https://github.com/go-git/go-git/pull/762](https://togithub.com/go-git/go-git/pull/762)
- git: don't add to want if exists, shallow and depth 1 by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[https://github.com/go-git/go-git/pull/763](https://togithub.com/go-git/go-git/pull/763)
- git: Clone HEAD should not force master. Fixes
[#&#8203;363](https://togithub.com/go-git/go-git/issues/363) by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[https://github.com/go-git/go-git/pull/758](https://togithub.com/go-git/go-git/pull/758)
- git: fix the issue with submodules having the SCP style URL fail due
to the wrong URL parsing by
[@&#8203;matejrisek](https://togithub.com/matejrisek) in
[https://github.com/go-git/go-git/pull/756](https://togithub.com/go-git/go-git/pull/756)
- git: add a clone option to allow for shallow cloning of submodules by
[@&#8203;matejrisek](https://togithub.com/matejrisek) in
[https://github.com/go-git/go-git/pull/765](https://togithub.com/go-git/go-git/pull/765)
- worktree: minor speedup for `doAddDirectory` by
[@&#8203;ThinkChaos](https://togithub.com/ThinkChaos) in
[https://github.com/go-git/go-git/pull/702](https://togithub.com/go-git/go-git/pull/702)
- \_examples: Remove wrong comment by
[@&#8203;pascal-hofmann](https://togithub.com/pascal-hofmann) in
[https://github.com/go-git/go-git/pull/357](https://togithub.com/go-git/go-git/pull/357)
- \*: Handle paths starting with tilde by
[@&#8203;ricci2511](https://togithub.com/ricci2511) in
[https://github.com/go-git/go-git/pull/808](https://togithub.com/go-git/go-git/pull/808)
- \*: Handle paths starting with ~Username by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[https://github.com/go-git/go-git/pull/809](https://togithub.com/go-git/go-git/pull/809)
- storage: filesystem/dotgit, add support for tmp_objdir prefix by
[@&#8203;L11R](https://togithub.com/L11R) in
[https://github.com/go-git/go-git/pull/812](https://togithub.com/go-git/go-git/pull/812)
- plumbing: gitignore, replace user dir in path by
[@&#8203;Jleagle](https://togithub.com/Jleagle) in
[https://github.com/go-git/go-git/pull/772](https://togithub.com/go-git/go-git/pull/772)
- plumbing: gitignore, fix incorrect parsing. Fixes
[#&#8203;500](https://togithub.com/go-git/go-git/issues/500) by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[https://github.com/go-git/go-git/pull/781](https://togithub.com/go-git/go-git/pull/781)
- plumbing: http, Fix empty repos on Git v2.41+ by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/802](https://togithub.com/go-git/go-git/pull/802)
- plumbing: packp, A request is not empty if it contains shallows. Fixes
[#&#8203;328](https://togithub.com/go-git/go-git/issues/328) by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[https://github.com/go-git/go-git/pull/792](https://togithub.com/go-git/go-git/pull/792)
- plumbing: blame, Complete rewrite. Fixes
[#&#8203;603](https://togithub.com/go-git/go-git/issues/603) by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[https://github.com/go-git/go-git/pull/789](https://togithub.com/go-git/go-git/pull/789)
- plumbing: gitignore, Allow gitconfig to contain a gitignore relative
to any user home. Fixes
[#&#8203;578](https://togithub.com/go-git/go-git/issues/578) by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[https://github.com/go-git/go-git/pull/785](https://togithub.com/go-git/go-git/pull/785)

#### New Contributors

- [@&#8203;Jleagle](https://togithub.com/Jleagle) made their first
contribution in
[https://github.com/go-git/go-git/pull/772](https://togithub.com/go-git/go-git/pull/772)
- [@&#8203;pascal-hofmann](https://togithub.com/pascal-hofmann) made
their first contribution in
[https://github.com/go-git/go-git/pull/357](https://togithub.com/go-git/go-git/pull/357)
- [@&#8203;ricci2511](https://togithub.com/ricci2511) made their first
contribution in
[https://github.com/go-git/go-git/pull/808](https://togithub.com/go-git/go-git/pull/808)
- [@&#8203;L11R](https://togithub.com/L11R) made their first
contribution in
[https://github.com/go-git/go-git/pull/812](https://togithub.com/go-git/go-git/pull/812)

**Full Changelog**:
go-git/go-git@v5.7.0...v5.7.1

### [`v5.7.0`](https://togithub.com/go-git/go-git/releases/tag/v5.7.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.6.1...v5.7.0)

#### What's Changed

- \*: Add support for initializing SHA256 repositories by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/707](https://togithub.com/go-git/go-git/pull/707)
- git: add mirror clone option by
[@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[https://github.com/go-git/go-git/pull/735](https://togithub.com/go-git/go-git/pull/735)
- git: Add support to ls-remote with peeled references. Fixes
[#&#8203;749](https://togithub.com/go-git/go-git/issues/749) by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/750](https://togithub.com/go-git/go-git/pull/750)
- git: fix cloning with branch name by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[https://github.com/go-git/go-git/pull/755](https://togithub.com/go-git/go-git/pull/755)
- git: Worktree, add check to see if file already checked in. Fixes
[#&#8203;718](https://togithub.com/go-git/go-git/issues/718) by
[@&#8203;cbbm142](https://togithub.com/cbbm142) in
[https://github.com/go-git/go-git/pull/719](https://togithub.com/go-git/go-git/pull/719)
- git: Worktree, git grep bare repositories by
[@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[https://github.com/go-git/go-git/pull/728](https://togithub.com/go-git/go-git/pull/728)
- git: Add Depth to SubmoduleUpdateOptions by
[@&#8203;matejrisek](https://togithub.com/matejrisek) in
[https://github.com/go-git/go-git/pull/754](https://togithub.com/go-git/go-git/pull/754)
- git: Testing, Fix tests not cleaning temp folders by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[https://github.com/go-git/go-git/pull/769](https://togithub.com/go-git/go-git/pull/769)
- git: remote, add support for a configurable timeout. by
[@&#8203;andrewpollock](https://togithub.com/andrewpollock) in
[https://github.com/go-git/go-git/pull/753](https://togithub.com/go-git/go-git/pull/753)
- git: Allow Initial Branch to be configurable by
[@&#8203;techknowlogick](https://togithub.com/techknowlogick) in
[https://github.com/go-git/go-git/pull/764](https://togithub.com/go-git/go-git/pull/764)
- storage: filesystem/dotgit, Improve load packed-refs by
[@&#8203;fcharlie](https://togithub.com/fcharlie) in
[https://github.com/go-git/go-git/pull/743](https://togithub.com/go-git/go-git/pull/743)
- storage: filesystem, Populate index before use. Fixes
[#&#8203;148](https://togithub.com/go-git/go-git/issues/148) by
[@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) in
[https://github.com/go-git/go-git/pull/722](https://togithub.com/go-git/go-git/pull/722)
- plumbing: resolve non-external delta references by
[@&#8203;ZauberNerd](https://togithub.com/ZauberNerd) in
[https://github.com/go-git/go-git/pull/485](https://togithub.com/go-git/go-git/pull/485)
- plumbing/transport: fix regression in scp-like match by
[@&#8203;jotadrilo](https://togithub.com/jotadrilo) in
[https://github.com/go-git/go-git/pull/715](https://togithub.com/go-git/go-git/pull/715)
- plumbing/transport: Add support for custom proxy settings by
[@&#8203;aryan9600](https://togithub.com/aryan9600) in
[https://github.com/go-git/go-git/pull/744](https://togithub.com/go-git/go-git/pull/744)
- \*: small fixes across the codebase by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/770](https://togithub.com/go-git/go-git/pull/770)
- \*: bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/go-git/go-git/pull/776](https://togithub.com/go-git/go-git/pull/776)
- \*: bump dependencies by [@&#8203;pjbgf](https://togithub.com/pjbgf)
in
[https://github.com/go-git/go-git/pull/748](https://togithub.com/go-git/go-git/pull/748)
- \*: bump Go version to 1.18 on go.mod by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/774](https://togithub.com/go-git/go-git/pull/774)
- \*: add Codeql workflow and bump dependencies by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/775](https://togithub.com/go-git/go-git/pull/775)
- ci: fix upstream git build for master branch by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/739](https://togithub.com/go-git/go-git/pull/739)

#### New Contributors

- [@&#8203;ZauberNerd](https://togithub.com/ZauberNerd) made their first
contribution in
[https://github.com/go-git/go-git/pull/485](https://togithub.com/go-git/go-git/pull/485)
- [@&#8203;jotadrilo](https://togithub.com/jotadrilo) made their first
contribution in
[https://github.com/go-git/go-git/pull/715](https://togithub.com/go-git/go-git/pull/715)
- [@&#8203;fcharlie](https://togithub.com/fcharlie) made their first
contribution in
[https://github.com/go-git/go-git/pull/743](https://togithub.com/go-git/go-git/pull/743)
- [@&#8203;AriehSchneier](https://togithub.com/AriehSchneier) made their
first contribution in
[https://github.com/go-git/go-git/pull/755](https://togithub.com/go-git/go-git/pull/755)
- [@&#8203;cbbm142](https://togithub.com/cbbm142) made their first
contribution in
[https://github.com/go-git/go-git/pull/719](https://togithub.com/go-git/go-git/pull/719)
- [@&#8203;aryan9600](https://togithub.com/aryan9600) made their first
contribution in
[https://github.com/go-git/go-git/pull/744](https://togithub.com/go-git/go-git/pull/744)
- [@&#8203;matejrisek](https://togithub.com/matejrisek) made their first
contribution in
[https://github.com/go-git/go-git/pull/754](https://togithub.com/go-git/go-git/pull/754)
- [@&#8203;andrewpollock](https://togithub.com/andrewpollock) made their
first contribution in
[https://github.com/go-git/go-git/pull/753](https://togithub.com/go-git/go-git/pull/753)
- [@&#8203;techknowlogick](https://togithub.com/techknowlogick) made
their first contribution in
[https://github.com/go-git/go-git/pull/764](https://togithub.com/go-git/go-git/pull/764)

**Full Changelog**:
go-git/go-git@v5.6.1...v5.7.0

### [`v5.6.1`](https://togithub.com/go-git/go-git/releases/tag/v5.6.1)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.6.0...v5.6.1)

#### What's Changed

- plumbing/transport: don't use the `firstErrLine` when it is empty by
[@&#8203;ThinkChaos](https://togithub.com/ThinkChaos) in
[https://github.com/go-git/go-git/pull/682](https://togithub.com/go-git/go-git/pull/682)
- plumbing/transport: ssh, unable to pass a custom HostKeyCallback func
by [@&#8203;aymanbagabas](https://togithub.com/aymanbagabas) in
[https://github.com/go-git/go-git/pull/655](https://togithub.com/go-git/go-git/pull/655)
- storage/filesystem: dotgit: fix a filesystem race in
Refs/walkReferencesTree by
[@&#8203;MichaelMure](https://togithub.com/MichaelMure) in
[https://github.com/go-git/go-git/pull/659](https://togithub.com/go-git/go-git/pull/659)
- \*: bump golang.org/x/net from 0.2.0 to 0.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/go-git/go-git/pull/684](https://togithub.com/go-git/go-git/pull/684)
- \*: bump dependencies by [@&#8203;pjbgf](https://togithub.com/pjbgf)
in
[https://github.com/go-git/go-git/pull/697](https://togithub.com/go-git/go-git/pull/697)
- \*: fix panic for empty revisions by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/696](https://togithub.com/go-git/go-git/pull/696)
- ci: bump GitHub actions, enable go test race detection and stop using
developer's GPG keys during test execution by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/701](https://togithub.com/go-git/go-git/pull/701)

**Full Changelog**:
go-git/go-git@v5.6.0...v5.6.1

### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0)

[Compare
Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0)

#### What's Changed

- Worktree, check for empty parent dirs during Reset (Fixes
[#&#8203;670](https://togithub.com/go-git/go-git/issues/670)) by
[@&#8203;mbohy](https://togithub.com/mbohy) in
[https://github.com/go-git/go-git/pull/671](https://togithub.com/go-git/go-git/pull/671)
- \*: remove need to build with CGO by
[@&#8203;pjbgf](https://togithub.com/pjbgf) in
[https://github.com/go-git/go-git/pull/688](https://togithub.com/go-git/go-git/pull/688)
- plumbing: support SSH/X509 signed tags by
[@&#8203;hiddeco](https://togithub.com/hiddeco) in
[https://github.com/go-git/go-git/pull/690](https://togithub.com/go-git/go-git/pull/690)

**Full Changelog**:
go-git/go-git@v5.5.2...v5.6.0

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/mergestat/mergestat).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
traidare pushed a commit to traidare/go-git that referenced this pull request Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.