dependabot[bot] opened a new pull request, #7577: URL: https://github.com/apache/trafficcontrol/pull/7577
Bumps [github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx) from 1.2.14 to 1.2.26. <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> <h2>[SECURITY] v1.2.26</h2> <pre><code>v1.2.26 - 14 Jun 2023 [Security] * Potential Padding Oracle Attack Vulnerability and Timing Attack Vulnerability for JWE AES-CBC encrypted payloads affecting all v2 releases up to v2.0.10, all v1 releases up to v1.2.25, and all v0 releases up to v0.9.2 have been reported by @shogo82148. <pre><code>Please note that v0 versions will NOT receive fixes. This release fixes these vulnerabilities for the v1 series. </code></pre> <p></code></pre></p> <h2>v1.2.25</h2> <pre><code>v1.2.25 23 May 2022 [Bug Fixes][Security] * [jwe] An old bug from at least 7 years ago existed in handling AES-CBC unpadding, where the unpad operation might remove more bytes than necessary ([#744](https://github.com/lestrrat-go/jwx/issues/744)) This affects all jwx code that is available before v2.0.2 and v1.2.25. </code></pre> <h2>v1.2.24</h2> <pre><code>v1.2.24 05 May 2022 [Security] * Upgrade golang.org/x/crypto ([#724](https://github.com/lestrrat-go/jwx/issues/724)) </code></pre> <h2>v1.2.23</h2> <pre><code>v1.2.23 13 Apr 2022 [Bug fixes] * [jwk] jwk.AutoRefresh had a race condition when `Configure()` was called concurrently ([#686](https://github.com/lestrrat-go/jwx/issues/686)) (It has been patched correctly, but we may come back to revisit the design choices in the near future) </code></pre> <h2>v1.2.22</h2> <pre><code>v1.2.22 08 Apr 2022 [Bug fixes] * [jws] jws.Verify was ignoring the `b64` header when it was present in the protected headers ([#681](https://github.com/lestrrat-go/jwx/issues/681)). Now the following should work: <pre><code> jws.Sign(..., jws.WithDetachedPayload(payload)) // previously payload had to be base64 encoded jws.Verify(..., jws.WithDetachedPayload(payload)) </code></pre> <p></tr></table> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lestrrat-go/jwx/blob/v1.2.26/Changes">github.com/lestrrat-go/jwx's changelog</a>.</em></p> <blockquote> <p>v1.2.26 - 14 Jun 2023 [Security]</p> <ul> <li> <p>Potential Padding Oracle Attack Vulnerability and Timing Attack Vulnerability for JWE AES-CBC encrypted payloads affecting all v2 releases up to v2.0.10, all v1 releases up to v1.2.25, and all v0 releases up to v0.9.2 have been reported by <a href="https://github.com/shogo82148"><code>@​shogo82148</code></a>.</p> <p>Please note that v0 versions will NOT receive fixes. This release fixes these vulnerabilities for the v1 series.</p> </li> </ul> <p>[Miscellaneous]</p> <ul> <li>JWE tests now only run algorithms that are supported by the underlying <code>jose</code> tool</li> </ul> <p>v1.2.25 23 May 2022 [Bug Fixes][Security]</p> <ul> <li>[jwe] An old bug from at least 7 years ago existed in handling AES-CBC unpadding, where the unpad operation might remove more bytes than necessary (<a href="https://redirect.github.com/lestrrat-go/jwx/issues/744">#744</a>) This affects all jwx code that is available before v2.0.2 and v1.2.25.</li> </ul> <p>v1.2.24 05 May 2022 [Security]</p> <ul> <li>Upgrade golang.org/x/crypto (<a href="https://redirect.github.com/lestrrat-go/jwx/issues/724">#724</a>)</li> </ul> <p>v1.2.23 13 Apr 2022 [Bug fixes]</p> <ul> <li>[jwk] jwk.AutoRefresh had a race condition when <code>Configure()</code> was called concurrently (<a href="https://redirect.github.com/lestrrat-go/jwx/issues/686">#686</a>) (It has been patched correctly, but we may come back to revisit the design choices in the near future)</li> </ul> <p>v1.2.22 08 Apr 2022 [Bug fixes]</p> <ul> <li> <p>[jws] jws.Verify was ignoring the <code>b64</code> header when it was present in the protected headers (<a href="https://redirect.github.com/lestrrat-go/jwx/issues/681">#681</a>). Now the following should work:</p> <p>jws.Sign(..., jws.WithDetachedPayload(payload)) // previously payload had to be base64 encoded jws.Verify(..., jws.WithDetachedPayload(payload))</p> <p>(note: v2 branch was not affected)</p> </li> </ul> <p>v1.2.21 30 Mar 2022 [Bug fixes]</p> <ul> <li>[jwk] RSA keys without p and q can now be parsed.</li> </ul> <p>v1.2.20 03 Mar 2022 [Miscellaneous]</p> <ul> <li>Dependency on golang.org/x/crypto has been upgraded to v0.0.0-20220214200702-86341886e292 to address</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lestrrat-go/jwx/commit/d9ddbc8e5009cfdd8c28413390b67afa7f576dd6"><code>d9ddbc8</code></a> merge v1 (<a href="https://redirect.github.com/lestrrat-go/jwx/issues/936">#936</a>)</li> <li><a href="https://github.com/lestrrat-go/jwx/commit/ad8c29d1628435cdad008b5cbbfbe75f5bfc74ae"><code>ad8c29d</code></a> merge develop/v1 (<a href="https://redirect.github.com/lestrrat-go/jwx/issues/747">#747</a>)</li> <li><a href="https://github.com/lestrrat-go/jwx/commit/e38f677839edbeae5480e993d73eacb94f7af581"><code>e38f677</code></a> Merge develop/v1 (<a href="https://redirect.github.com/lestrrat-go/jwx/issues/727">#727</a>)</li> <li><a href="https://github.com/lestrrat-go/jwx/commit/baba5610e7fb53402e23c955edc10dbb25d73275"><code>baba561</code></a> Merge branch 'develop/v1' into v1</li> <li><a href="https://github.com/lestrrat-go/jwx/commit/8ff6c75e3523cea4138ef3c8913001ce543d82a4"><code>8ff6c75</code></a> Update Changes</li> <li><a href="https://github.com/lestrrat-go/jwx/commit/ea97e8c8447382e2a7d0c67bf8c3e460f6bc3284"><code>ea97e8c</code></a> Fix race in <code>jwk.AutoRefresh</code> (<a href="https://redirect.github.com/lestrrat-go/jwx/issues/686">#686</a>)</li> <li><a href="https://github.com/lestrrat-go/jwx/commit/f4701e19d38b7fd1ede0ef785867e078016b516e"><code>f4701e1</code></a> Update Changes</li> <li><a href="https://github.com/lestrrat-go/jwx/commit/e831228a3471dd28f62b3232a4b17a91f9a7e7d1"><code>e831228</code></a> Fix jws.Verify not respecting the b64 header in the protected headers (<a href="https://redirect.github.com/lestrrat-go/jwx/issues/683">#683</a>)</li> <li><a href="https://github.com/lestrrat-go/jwx/commit/b66a2cb442d2a9523f4338fd156f99cd3dec1c81"><code>b66a2cb</code></a> backport: Update golangci lint (<a href="https://redirect.github.com/lestrrat-go/jwx/issues/679">#679</a>) (<a href="https://redirect.github.com/lestrrat-go/jwx/issues/680">#680</a>)</li> <li><a href="https://github.com/lestrrat-go/jwx/commit/4899c32a5e2bc3ac7fbf3997cf6fe9a1828093f1"><code>4899c32</code></a> reword error</li> <li>Additional commits viewable in <a href="https://github.com/lestrrat-go/jwx/compare/v1.2.14...v1.2.26">compare view</a></li> </ul> </details> <br /> [](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 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/apache/trafficcontrol/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
