dependabot[bot] opened a new pull request, #11537: URL: https://github.com/apache/gravitino/pull/11537
Bumps [authlib](https://github.com/authlib/authlib) from 1.6.1 to 1.6.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/authlib/authlib/releases">authlib's releases</a>.</em></p> <blockquote> <h2>v1.6.12</h2> <ul> <li> <ul> <li>Fix redirecting to unvalidated <code>redirect_uri</code> on <code>InvalidScopeError</code> in <code>OpenIDImplicitGrant</code> and <code>OpenIDHybridGrant</code>. <strong>Full Changelog</strong>: <a href="https://github.com/authlib/authlib/compare/v1.6.11...v1.6.12">https://github.com/authlib/authlib/compare/v1.6.11...v1.6.12</a></li> </ul> </li> </ul> <h2>v1.6.11</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/authlib/authlib/compare/v1.6.10...v1.6.11">https://github.com/authlib/authlib/compare/v1.6.10...v1.6.11</a></p> <ul> <li>Fix CSRF issue with starlette client</li> </ul> <h2>v1.6.10</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/authlib/authlib/compare/v1.6.9...v1.6.10">https://github.com/authlib/authlib/compare/v1.6.9...v1.6.10</a></p> <ul> <li>Fix redirecting to unvalidated <code>redirect_uri</code> on <code>UnsupportedResponseTypeError</code>.</li> </ul> <h2>v1.6.9</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/authlib/authlib/compare/v1.6.8...v1.6.9">https://github.com/authlib/authlib/compare/v1.6.8...v1.6.9</a></p> <h2>Changes in <code>jose</code> module</h2> <ul> <li>Not using header's <code>jwk</code> automatically</li> <li>Add <code>ES256K</code> into default jwt algorithms</li> <li>Remove deprecated algorithm from default registry</li> <li>Generate random <code>cek</code> when <code>cek</code> length doesn't match</li> </ul> <h2>v1.6.8</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/authlib/authlib/compare/v1.6.7...v1.6.8">https://github.com/authlib/authlib/compare/v1.6.7...v1.6.8</a></p> <ul> <li>Add <code>EdDSA</code> to default <code>jwt</code> instance.</li> </ul> <h2>v1.6.7</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/authlib/authlib/compare/v1.6.6...v1.6.7">https://github.com/authlib/authlib/compare/v1.6.6...v1.6.7</a></p> <p>Set supported algorithms for the default <code>jwt</code> instance.</p> <h2>v1.6.6</h2> <h2>What's Changed</h2> <ul> <li>fix(ClientAuth): fix incorrect signature when Content-Type is x-www-form-urlencoded by <a href="https://github.com/shc261392"><code>@shc261392</code></a> in <a href="https://redirect.github.com/authlib/authlib/pull/778">authlib/authlib#778</a></li> <li>Fix: Use <code>expires_in</code> when <code>expires_at</code> is unparsable by <a href="https://github.com/bendavis78"><code>@bendavis78</code></a> in <a href="https://redirect.github.com/authlib/authlib/pull/842">authlib/authlib#842</a></li> <li><code>get_jwt_config</code> takes a <code>client</code> parameter. by <a href="https://github.com/azmeuk"><code>@azmeuk</code></a> in <a href="https://redirect.github.com/authlib/authlib/pull/844">authlib/authlib#844</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/shc261392"><code>@shc261392</code></a> made their first contribution in <a href="https://redirect.github.com/authlib/authlib/pull/778">authlib/authlib#778</a></li> <li><a href="https://github.com/bendavis78"><code>@bendavis78</code></a> made their first contribution in <a href="https://redirect.github.com/authlib/authlib/pull/842">authlib/authlib#842</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/authlib/authlib/compare/v1.6.5...v1.6.6">https://github.com/authlib/authlib/compare/v1.6.5...v1.6.6</a></p> <h2>v1.6.5</h2> <h2>What's Changed</h2> <ul> <li>Add a <code>request</code> param to RFC7591 <code>generate_client_info</code> and <code>generate_client_secret</code> methods by <a href="https://github.com/azmeuk"><code>@azmeuk</code></a> in <a href="https://redirect.github.com/authlib/authlib/pull/825">authlib/authlib#825</a></li> <li>feat: support list params in prepare_grant_uri by <a href="https://github.com/lisongmin"><code>@lisongmin</code></a> in <a href="https://redirect.github.com/authlib/authlib/pull/827">authlib/authlib#827</a></li> <li>chore(deps): bump SonarSource/sonarqube-scan-action from 5 to 6 in /.github/workflows by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/authlib/authlib/pull/828">authlib/authlib#828</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/authlib/authlib/blob/1.6.12/docs/changelog.rst">authlib's changelog</a>.</em></p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/authlib/authlib/commit/e46e515b3a87ea63ab0606b248d75f69d83a2391"><code>e46e515</code></a> chore: bump to 1.6.12</li> <li><a href="https://github.com/authlib/authlib/commit/9babc131e13b018a267ae78747cba7caa6dfb7d5"><code>9babc13</code></a> fix: redirecting to unvalidated redirect_uri on InvalidScopeError in OIDC grants</li> <li><a href="https://github.com/authlib/authlib/commit/0dc0e5b4dc84f155319518a3732113af6fa47525"><code>0dc0e5b</code></a> chore: bump to 1.6.11</li> <li><a href="https://github.com/authlib/authlib/commit/aa7b8e46e00d0622658666476782042ac00153a5"><code>aa7b8e4</code></a> Merge commit from fork</li> <li><a href="https://github.com/authlib/authlib/commit/401a7709c3fe43bce1b2105d16a475b688faa788"><code>401a770</code></a> fix: CSRF issue with starlette client</li> <li><a href="https://github.com/authlib/authlib/commit/ef09aebbba4439dedb22bd15777d1b3458b6f0ab"><code>ef09aeb</code></a> chore: release 1.6.10</li> <li><a href="https://github.com/authlib/authlib/commit/3be08468201a7766a93012ce149ea12822cab096"><code>3be0846</code></a> fix: redirecting to unvalidated redirect_uri on UnsupportedResponseTypeError</li> <li><a href="https://github.com/authlib/authlib/commit/9266eaa2227ad7e21dc731b2a4a01909aabd934b"><code>9266eaa</code></a> chore: release 1.6.9</li> <li><a href="https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b"><code>b9bb2b2</code></a> fix(oidc): fail close at validating c_hash and at_hash</li> <li><a href="https://github.com/authlib/authlib/commit/1b0a1d988842bff7347c4ec0a70e45c3ba55504e"><code>1b0a1d9</code></a> fix(jose): generate random cek when cek length doesn't match</li> <li>Additional commits viewable in <a href="https://github.com/authlib/authlib/compare/v1.6.1...1.6.12">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 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/apache/gravitino/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]
