Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade: Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.3 (#7)
Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.0 to 3.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-jose/go-jose/releases">github.com/go-jose/go-jose/v3's releases</a>.</em></p> <blockquote> <h2>Version 3.0.3</h2> <h2>Fixed</h2> <ul> <li>Limit decompression output size to prevent a DoS. Backport from v4.0.1.</li> </ul> <h2>Version 3.0.2</h2> <h2>Fixed</h2> <ul> <li>DecryptMulti: handle decompression error (<a href="https://redirect.github.com/go-jose/go-jose/issues/19">#19</a>)</li> </ul> <h2>Changed</h2> <ul> <li>jwe/CompactSerialize: improve performance (<a href="https://redirect.github.com/go-jose/go-jose/issues/67">#67</a>)</li> <li>Increase the default number of PBKDF2 iterations to 600k (<a href="https://redirect.github.com/go-jose/go-jose/issues/48">#48</a>)</li> <li>Return the proper algorithm for ECDSA keys (<a href="https://redirect.github.com/go-jose/go-jose/issues/45">#45</a>)</li> <li>Update golang.org/x/crypto to v0.19 (<a href="https://redirect.github.com/go-jose/go-jose/issues/94">#94</a>)</li> </ul> <h2>Added</h2> <ul> <li>Add Thumbprint support for opaque signers (<a href="https://redirect.github.com/go-jose/go-jose/issues/38">#38</a>)</li> </ul> <h2>Version 3.0.1</h2> <h3>Fixed</h3> <p>Security issue: an attacker specifying a large "p2c" value can cause JSONWebEncryption.Decrypt and JSONWebEncryption.DecryptMulti to consume large amounts of CPU, causing a DoS. Thanks to Matt Schwager (<a href="https://github.com/mschwager"><code>@mschwager</code></a>) for the disclosure and to Tom Tervoort for originally publishing the category of attack. <a href="https://i.blackhat.com/BH-US-23/Presentations/US-23-Tervoort-Three-New-Attacks-Against-JSON-Web-Tokens.pdf">https://i.blackhat.com/BH-US-23/Presentations/US-23-Tervoort-Three-New-Attacks-Against-JSON-Web-Tokens.pdf</a></p> <p>The release is tagged off the release-v3.0.1 branch to avoid mixing in some as-yet unreleased changes on the v3 branch.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/go-jose/go-jose/blob/v3.0.3/CHANGELOG.md">github.com/go-jose/go-jose/v3's changelog</a>.</em></p> <blockquote> <h1>v3.0.3</h1> <h2>Fixed</h2> <ul> <li>Limit decompression output size to prevent a DoS. Backport from v4.0.1.</li> </ul> <h1>v3.0.2</h1> <h2>Fixed</h2> <ul> <li>DecryptMulti: handle decompression error (<a href="https://redirect.github.com/go-jose/go-jose/issues/19">#19</a>)</li> </ul> <h2>Changed</h2> <ul> <li>jwe/CompactSerialize: improve performance (<a href="https://redirect.github.com/go-jose/go-jose/issues/67">#67</a>)</li> <li>Increase the default number of PBKDF2 iterations to 600k (<a href="https://redirect.github.com/go-jose/go-jose/issues/48">#48</a>)</li> <li>Return the proper algorithm for ECDSA keys (<a href="https://redirect.github.com/go-jose/go-jose/issues/45">#45</a>)</li> </ul> <h2>Added</h2> <ul> <li>Add Thumbprint support for opaque signers (<a href="https://redirect.github.com/go-jose/go-jose/issues/38">#38</a>)</li> </ul> <h1>v3.0.1</h1> <h2>Fixed</h2> <ul> <li>Security issue: an attacker specifying a large "p2c" value can cause JSONWebEncryption.Decrypt and JSONWebEncryption.DecryptMulti to consume large amounts of CPU, causing a DoS. Thanks to Matt Schwager (<a href="https://github.com/mschwager"><code>@mschwager</code></a>) for the disclosure and to Tom Tervoort for originally publishing the category of attack. <a href="https://i.blackhat.com/BH-US-23/Presentations/US-23-Tervoort-Three-New-Attacks-Against-JSON-Web-Tokens.pdf">https://i.blackhat.com/BH-US-23/Presentations/US-23-Tervoort-Three-New-Attacks-Against-JSON-Web-Tokens.pdf</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-jose/go-jose/commit/add6a284ea0f844fd6628cba637be5451fe4b28a"><code>add6a28</code></a> v3: backport decompression limit fix (<a href="https://redirect.github.com/go-jose/go-jose/issues/107">#107</a>)</li> <li><a href="https://github.com/go-jose/go-jose/commit/11bb4e72bf7eb95794be9fef31b38ba85633fc84"><code>11bb4e7</code></a> doc: in v3 branch's README, point to v4 as latest (<a href="https://redirect.github.com/go-jose/go-jose/issues/101">#101</a>)</li> <li><a href="https://github.com/go-jose/go-jose/commit/863f73b9dbfcc5944d74d5106992e3cf949c4557"><code>863f73b</code></a> v3.0.2: Update changelog (<a href="https://redirect.github.com/go-jose/go-jose/issues/95">#95</a>)</li> <li><a href="https://github.com/go-jose/go-jose/commit/bdbc794b6b28c67c0949c1e336851a30dd95a07e"><code>bdbc794</code></a> Update golang.org/x/crypto to v0.19 (backport) (<a href="https://redirect.github.com/go-jose/go-jose/issues/94">#94</a>)</li> <li><a href="https://github.com/go-jose/go-jose/commit/25bce79fd677a736af4b1a38828f5a754775afb6"><code>25bce79</code></a> Updated go-jose v3.0.0 to v3.0.1 in jose-util (<a href="https://redirect.github.com/go-jose/go-jose/issues/70">#70</a>)</li> <li><a href="https://github.com/go-jose/go-jose/commit/aa386df3933e180ca8a2f20b9af1a1288b7b5aeb"><code>aa386df</code></a> jwe/CompactSerialize: improve performance. (<a href="https://redirect.github.com/go-jose/go-jose/issues/67">#67</a>)</li> <li><a href="https://github.com/go-jose/go-jose/commit/053c9bf3d6ce7fe10812cfc7a92b7ab7a8e5610f"><code>053c9bf</code></a> DecryptMulti: handle decompression error (<a href="https://redirect.github.com/go-jose/go-jose/issues/19">#19</a>)</li> <li><a href="https://github.com/go-jose/go-jose/commit/ca9011bec5e215a4604f66d8449f572c5b258c06"><code>ca9011b</code></a> Bump go version to 1.21.4 to satisfy govulncheck (<a href="https://redirect.github.com/go-jose/go-jose/issues/68">#68</a>)</li> <li><a href="https://github.com/go-jose/go-jose/commit/c8399df7de1af8829e68f3942a89c6d4457bfdf4"><code>c8399df</code></a> Revert pull request <a href="https://redirect.github.com/go-jose/go-jose/issues/10">#10</a> (multiple audiences) (<a href="https://redirect.github.com/go-jose/go-jose/issues/24">#24</a>)</li> <li><a href="https://github.com/go-jose/go-jose/commit/ec819e926a61a07cd6df4712e781806823f4c266"><code>ec819e9</code></a> Add a security.md doc for contacting us about potential security vulnerabilit...</li> <li>Additional commits viewable in <a href="https://github.com/go-jose/go-jose/compare/v3.0.0...v3.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-jose/go-jose/v3&package-manager=go_modules&previous-version=3.0.0&new-version=3.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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/MISW/k8soidc/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information