build(deps): bump github.com/lestrrat-go/jwx from 1.2.28 to 1.2.29 #130

Closed
dependabot[bot] wants to merge 1 commit from dependabot/go_modules/github.com/lestrrat-go/jwx-1.2.29 into main
dependabot[bot] commented 2024-03-08 15:30:47 +00:00 (Migrated from github.com)

Bumps github.com/lestrrat-go/jwx from 1.2.28 to 1.2.29.

Release notes

Sourced from github.com/lestrrat-go/jwx's releases.

v1.2.29 07 Mar 2024

[Security]

  • [jwe] Added jwe.Settings(jwe.WithMaxDecompressBufferSize(int64)) to specify the maximum size of a decompressed JWE payload. The default value is 10MB. If you are compressing payloads greater than this, you need to explicitly set it.

    Unlike in v2, there is no way to set this globally. Please use v2 if this is required.

Changelog

Sourced from github.com/lestrrat-go/jwx's changelog.

v1.2.29 07 Mar 2024

  • [jwe] Added jwe.Settings(jwe.WithMaxDecompressBufferSize(int64)) to specify the maximum size of a decompressed JWE payload. The default value is 10MB. If you are compressing payloads greater than this, you need to explicitly set it.

    Unlike in v2, there is no way to set this globally. Please use v2 if this is required.

Commits
  • 1025f8e Merge pull request #1092 from lestrrat-go/develop/v1
  • 4399ace Merge branch 'v1' into develop/v1
  • dc80fed Update Changes
  • e4c1511 silence linter
  • d01027d Merge pull request from GHSA-hj3v-m684-v259
  • 3d6e0e0 Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#1085)
  • 3af5916 Bump golang.org/x/crypto from 0.19.0 to 0.21.0 (#1087)
  • 7a05818 Bump golang.org/x/crypto from 0.18.0 to 0.19.0 (#1074)
  • 8e2aacd Bump golangci/golangci-lint-action from 3 to 4 (#1076)
  • 4b1fd05 Bump kentaro-m/auto-assign-action from 1.2.6 to 2.0.0 (#1068)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx) from 1.2.28 to 1.2.29. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lestrrat-go/jwx/releases">github.com/lestrrat-go/jwx's releases</a>.</em></p> <blockquote> <h1>v1.2.29 07 Mar 2024</h1> <h2>[Security]</h2> <ul> <li> <p>[jwe] Added <code>jwe.Settings(jwe.WithMaxDecompressBufferSize(int64))</code> to specify the maximum size of a decompressed JWE payload. The default value is 10MB. If you are compressing payloads greater than this, you need to explicitly set it.</p> <p>Unlike in v2, there is no way to set this globally. Please use v2 if this is required.</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lestrrat-go/jwx/blob/v1.2.29/Changes">github.com/lestrrat-go/jwx's changelog</a>.</em></p> <blockquote> <p>v1.2.29 07 Mar 2024</p> <ul> <li> <p>[jwe] Added <code>jwe.Settings(jwe.WithMaxDecompressBufferSize(int64))</code> to specify the maximum size of a decompressed JWE payload. The default value is 10MB. If you are compressing payloads greater than this, you need to explicitly set it.</p> <p>Unlike in v2, there is no way to set this globally. Please use v2 if this is required.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lestrrat-go/jwx/commit/1025f8eec3bd80c8d8f1be8f9cad989a5b78fd4b"><code>1025f8e</code></a> Merge pull request <a href="https://redirect.github.com/lestrrat-go/jwx/issues/1092">#1092</a> from lestrrat-go/develop/v1</li> <li><a href="https://github.com/lestrrat-go/jwx/commit/4399ace82658d4639eb88342074fa97d68cc96f0"><code>4399ace</code></a> Merge branch 'v1' into develop/v1</li> <li><a href="https://github.com/lestrrat-go/jwx/commit/dc80fede7c3766cda714a5cf0f4ce4b0ca5bec1c"><code>dc80fed</code></a> Update Changes</li> <li><a href="https://github.com/lestrrat-go/jwx/commit/e4c1511301301a4481cc3cd3f5c6353a34be3e43"><code>e4c1511</code></a> silence linter</li> <li><a href="https://github.com/lestrrat-go/jwx/commit/d01027d74c7376d66037a10f4f64af9af26a7e34"><code>d01027d</code></a> Merge pull request from GHSA-hj3v-m684-v259</li> <li><a href="https://github.com/lestrrat-go/jwx/commit/3d6e0e07be993dae07ec0b8b5d3a42f58a684ffc"><code>3d6e0e0</code></a> Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (<a href="https://redirect.github.com/lestrrat-go/jwx/issues/1085">#1085</a>)</li> <li><a href="https://github.com/lestrrat-go/jwx/commit/3af5916bf0c6129e01487c8e47db534c8faa0c2a"><code>3af5916</code></a> Bump golang.org/x/crypto from 0.19.0 to 0.21.0 (<a href="https://redirect.github.com/lestrrat-go/jwx/issues/1087">#1087</a>)</li> <li><a href="https://github.com/lestrrat-go/jwx/commit/7a05818b361ae2594ec3294559438f1a5a90005e"><code>7a05818</code></a> Bump golang.org/x/crypto from 0.18.0 to 0.19.0 (<a href="https://redirect.github.com/lestrrat-go/jwx/issues/1074">#1074</a>)</li> <li><a href="https://github.com/lestrrat-go/jwx/commit/8e2aacdf170d1cc9a5d9f7fbcb4738799315ce82"><code>8e2aacd</code></a> Bump golangci/golangci-lint-action from 3 to 4 (<a href="https://redirect.github.com/lestrrat-go/jwx/issues/1076">#1076</a>)</li> <li><a href="https://github.com/lestrrat-go/jwx/commit/4b1fd05ad8bd33899aaf10f5d42b9e52291fda80"><code>4b1fd05</code></a> Bump kentaro-m/auto-assign-action from 1.2.6 to 2.0.0 (<a href="https://redirect.github.com/lestrrat-go/jwx/issues/1068">#1068</a>)</li> <li>Additional commits viewable in <a href="https://github.com/lestrrat-go/jwx/compare/v1.2.28...v1.2.29">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/lestrrat-go/jwx&package-manager=go_modules&previous-version=1.2.28&new-version=1.2.29)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bihe/monorepo/network/alerts). </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
dependabot[bot] commented 2024-04-21 12:28:28 +00:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

Sign in to join this conversation.
No description provided.