chore(deps): bump authlib from 1.6.9 to 1.6.11#231
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): bump authlib from 1.6.9 to 1.6.11#231dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [authlib](https://github.com/authlib/authlib) from 1.6.9 to 1.6.11. - [Release notes](https://github.com/authlib/authlib/releases) - [Changelog](https://github.com/authlib/authlib/blob/v1.6.11/docs/changelog.rst) - [Commits](authlib/authlib@v1.6.9...v1.6.11) --- updated-dependencies: - dependency-name: authlib dependency-version: 1.6.11 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Security review completed for this PR.
Result: No high-confidence vulnerabilities found in the introduced changes.
Evidence from diff:
- The PR only updates
authlibfrom1.6.9to1.6.11inuv.lock. - The lockfile keeps pinned artifact hashes (
sha256) for both sdist and wheel, so integrity pinning remains in place. - No application code, auth logic, input handling, logging, transport, or permission boundary changes are present in this diff.
Supply-chain assessment:
- This is a dependency version bump only; no new unpinned sources or execution paths are introduced by the diff itself.
- I did not find concrete evidence in this PR of a newly introduced exploitable path.
Residual validation recommended:
- Confirm CI dependency/security scanning for
authlib==1.6.11is green (advisory databases can update after merge).
Sent by Cursor Automation: Find vulnerabilities
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Bumps authlib from 1.6.9 to 1.6.11.
Release notes
Sourced from authlib's releases.
Changelog
Sourced from authlib's changelog.
Commits
0dc0e5bchore: bump to 1.6.11aa7b8e4Merge commit from fork401a770fix: CSRF issue with starlette clientef09aebchore: release 1.6.103be0846fix: redirecting to unvalidated redirect_uri on UnsupportedResponseTypeErrorDependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
Low Risk
Lockfile-only patch update; behavior changes are limited to the upstream
authliblibrary and are primarily security fixes.Overview
Updates the pinned
authlibdependency inuv.lockfrom1.6.9to1.6.11, refreshing the associated sdist/wheel URLs and hashes.This is a patch-level bump intended to pick up upstream security fixes (including CSRF/redirect handling fixes) with no application code changes.
Reviewed by Cursor Bugbot for commit fac4ea1. Bugbot is set up for automated code reviews on this repo. Configure here.