René's URL Explorer Experiment


Title: Bump authlib from 1.3.1 to 1.6.5 by dependabot[bot] · Pull Request #200 · vpython/glowscript · GitHub

Open Graph Title: Bump authlib from 1.3.1 to 1.6.5 by dependabot[bot] · Pull Request #200 · vpython/glowscript

X Title: Bump authlib from 1.3.1 to 1.6.5 by dependabot[bot] · Pull Request #200 · vpython/glowscript

Description: Bumps authlib from 1.3.1 to 1.6.5. Release notes Sourced from authlib's releases. v1.6.4 What's Changed fix(jose): prevent public/unprotected header overwriting protected header by @​lepture in authlib/authlib#809 Fix InsecureTransportError raising by @​azmeuk in authlib/authlib#810 Add conventional-commits pre-commit hook by @​azmeuk in authlib/authlib#811 Fix response_mode=form_post with Starlette client by @​azmeuk in authlib/authlib#812 Specify README.md as project long description by @​EpicWink in authlib/authlib#817 Migrate tests to pytest paradigm by @​azmeuk in authlib/authlib#813 jose/jws: Reject unprotected ‘crit’ and enforce type; add tests by @​AL-Cybision in authlib/authlib#823 Use explicit *.test urls in unit tests by @​azmeuk in authlib/authlib#824 New Contributors @​EpicWink made their first contribution in authlib/authlib#817 @​AL-Cybision made their first contribution in authlib/authlib#823 Full Changelog: authlib/authlib@v1.6.3...v1.6.4 Version 1.6.3 What's Changed Add diff-cover check in GHA by @​azmeuk in authlib/authlib#803 Run GHA unit tests with uv by @​azmeuk in authlib/authlib#805 Move from pre-commit to prek by @​azmeuk in authlib/authlib#804 Sign OIDC id_token according to id_token_signed_response_alg client metadata by @​azmeuk in authlib/authlib#802 Full Changelog: authlib/authlib@v1.6.2...v1.6.3 Version 1.6.2 What's Changed Allow insecure transport for 127.0.0.1 for debugging by @​geigerzaehler in authlib/authlib#788 Raise a MissingCodeError when code parameter is missing by @​lepture in authlib/authlib#786 Temporarily restore OAuth2Request body parameter by @​azmeuk in authlib/authlib#791 Raise MissingCodeException when code parameter is missing by @​lepture in authlib/authlib#794 Fix id_token generation with EdDSA alg by @​azmeuk in authlib/authlib#800 Full Changelog: authlib/authlib@v1.6.1...v1.6.2 Version 1.6.1 Filter key set with additional "alg" and "use" parameters. Version 1.6.0 Fix issue when RFC9207 is enabled and the authorization endpoint response is not a redirection. [pull request #733](authlib/authlib#733) Fix missing state parameter in authorization error responses. [issue #525](authlib/authlib#525) Support for acr and amr claims in id_token. [issue #734](authlib/authlib#734) Support for the none JWS algorithm. Fix response_types strict order during dynamic client registration. [issue #760](authlib/authlib#760) Implement RFC9101 The OAuth 2.0 Authorization Framework: JWT-Secured Authorization Request (JAR). [issue #723](authlib/authlib#723) OIDC UserInfo endpoint support. [issue #459](authlib/authlib#459) ... (truncated) Changelog Sourced from authlib's changelog. Version 1.6.5 Released on Oct 2, 2025 RFC7591 generate_client_info and generate_client_secret take a request parameter. Add size limitation when decode JWS/JWE to prevent DoS. Add size limitation for DEF JWE zip algorithm. Version 1.6.4 Released on Sep 17, 2025 Fix InsecureTransportError error raising. :issue:795 Fix response_mode=form_post with Starlette client. :issue:793 Validate crit header value, reject unprotected header in crit header. Version 1.6.3 Released on Aug 26, 2025 OIDC id_token are signed according to id_token_signed_response_alg client metadata. :issue:755 Version 1.6.2 Released on Aug 23, 2025 Temporarily restore OAuth2Request body parameter. :issue:781 :pr:791 Allow 127.0.0.1 in insecure transport mode. :pr:788 Raise MissingCodeException when the code parameter is missing. :issue:793 :pr:794 Fix id_token generation with EdDSA algs. :issue:799 :pr:800 Version 1.6.1 Released on Jul 20, 2025 Filter key set with additional "alg" and "use" parameters. Restore and deprecate OAuth2Request body parameter. :issue:781 Version 1.6.0 Released on May 22, 2025 Fix issue when :rfc:RFC9207 <9207> is enabled and the authorization endpoint response is not a redirection. :pr:733 ... (truncated) Commits 9ec4256 chore: release 1.6.5 b62b5b2 Merge branch 'fix-GHSA-pq5p-34cr-23v9' e0863d5 Merge pull request #830 from authlib/fix-GHSA-g7f3-828f-7h7m 867e3f8 fix(jose): add size limitation to prevent DoS 75ad6d4 Merge pull request #828 from authlib/dependabot/github_actions/dot-github/wor... 68b9823 chore(deps): bump SonarSource/sonarqube-scan-action 5bdfc4b Merge pull request #827 from lisongmin/support-list-params-in-prepare-grant-uri 30ea3c5 feat: support list params in prepare_grant_uri 4b5b570 fix(jose): add max size for JWE zip=DEF decompression 6e35a02 Merge pull request #825 from azmeuk/request-params Additional commits viewable in compare view 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 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 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.

Open Graph Description: Bumps authlib from 1.3.1 to 1.6.5. Release notes Sourced from authlib's releases. v1.6.4 What's Changed fix(jose): prevent public/unprotected header overwriting protected header by @​lep...

X Description: Bumps authlib from 1.3.1 to 1.6.5. Release notes Sourced from authlib&#39;s releases. v1.6.4 What&#39;s Changed fix(jose): prevent public/unprotected header overwriting protected header ...

Opengraph URL: https://github.com/vpython/glowscript/pull/200

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:7ec80d0a-3d1a-e285-c873-cd9bd9715e25
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idEB2A:1B1F98:E64BB5:1402854:6977A5BE
html-safe-noncef53fb415267c4e9862b49bc468457a654e6b608b10f45f759758308fa384230b
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFQjJBOjFCMUY5ODpFNjRCQjU6MTQwMjg1NDo2OTc3QTVCRSIsInZpc2l0b3JfaWQiOiI1NjkwNDIwMzY1NzIxMzE0NzUwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac4d6445581a1c82aea86e6b8a8f0cd90f2f0cc4833bca5f45176df6ea1e545c8e
hovercard-subject-tagpull_request:2905382266
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/vpython/glowscript/pull/200/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps authlib from 1.3.1 to 1.6.5. Release notes Sourced from authlib's releases. v1.6.4 What's Changed fix(jose): prevent public/unprotected header overwriting protected header by @​lep...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonee8b91803a5fc7ac066710509c57c636dab6ed4620bd9213b470a4617c79989c9
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/vpython/glowscript git https://github.com/vpython/glowscript.git
octolytics-dimension-user_id1280757
octolytics-dimension-user_loginvpython
octolytics-dimension-repository_id187905631
octolytics-dimension-repository_nwovpython/glowscript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id187905631
octolytics-dimension-repository_network_root_nwovpython/glowscript
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9b4562e3c5c60b38349a7d80ec8e160c11fe84b6
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/vpython/glowscript/pull/200/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fvpython%2Fglowscript%2Fpull%2F200%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fvpython%2Fglowscript%2Fpull%2F200%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=vpython%2Fglowscript
Reloadhttps://patch-diff.githubusercontent.com/vpython/glowscript/pull/200/files
Reloadhttps://patch-diff.githubusercontent.com/vpython/glowscript/pull/200/files
Reloadhttps://patch-diff.githubusercontent.com/vpython/glowscript/pull/200/files
vpython https://patch-diff.githubusercontent.com/vpython
glowscripthttps://patch-diff.githubusercontent.com/vpython/glowscript
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fvpython%2Fglowscript
Fork 27 https://patch-diff.githubusercontent.com/login?return_to=%2Fvpython%2Fglowscript
Star 85 https://patch-diff.githubusercontent.com/login?return_to=%2Fvpython%2Fglowscript
Code https://patch-diff.githubusercontent.com/vpython/glowscript
Issues 3 https://patch-diff.githubusercontent.com/vpython/glowscript/issues
Pull requests 5 https://patch-diff.githubusercontent.com/vpython/glowscript/pulls
Actions https://patch-diff.githubusercontent.com/vpython/glowscript/actions
Projects 0 https://patch-diff.githubusercontent.com/vpython/glowscript/projects
Security 0 https://patch-diff.githubusercontent.com/vpython/glowscript/security
Insights https://patch-diff.githubusercontent.com/vpython/glowscript/pulse
Code https://patch-diff.githubusercontent.com/vpython/glowscript
Issues https://patch-diff.githubusercontent.com/vpython/glowscript/issues
Pull requests https://patch-diff.githubusercontent.com/vpython/glowscript/pulls
Actions https://patch-diff.githubusercontent.com/vpython/glowscript/actions
Projects https://patch-diff.githubusercontent.com/vpython/glowscript/projects
Security https://patch-diff.githubusercontent.com/vpython/glowscript/security
Insights https://patch-diff.githubusercontent.com/vpython/glowscript/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fvpython%2Fglowscript%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fvpython%2Fglowscript%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/vpython/glowscript/tree/master
dependabot/pip/authlib-1.6.5https://patch-diff.githubusercontent.com/vpython/glowscript/tree/dependabot/pip/authlib-1.6.5
Conversation 1 https://patch-diff.githubusercontent.com/vpython/glowscript/pull/200
Commits 1 https://patch-diff.githubusercontent.com/vpython/glowscript/pull/200/commits
Checks 0 https://patch-diff.githubusercontent.com/vpython/glowscript/pull/200/checks
Files changed https://patch-diff.githubusercontent.com/vpython/glowscript/pull/200/files
Please reload this pagehttps://patch-diff.githubusercontent.com/vpython/glowscript/pull/200/files
Bump authlib from 1.3.1 to 1.6.5 https://patch-diff.githubusercontent.com/vpython/glowscript/pull/200/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/vpython/glowscript/pull/200/files
28b81fd Bump authlib from 1.3.1 to 1.6.5 dependabot[bot] Oct 10, 2025 https://patch-diff.githubusercontent.com/vpython/glowscript/pull/200/commits/28b81fda6e5c009003d90aea4412392f3201439b
Clear filters https://patch-diff.githubusercontent.com/vpython/glowscript/pull/200/files
Please reload this pagehttps://patch-diff.githubusercontent.com/vpython/glowscript/pull/200/files
Please reload this pagehttps://patch-diff.githubusercontent.com/vpython/glowscript/pull/200/files
requirements.txthttps://patch-diff.githubusercontent.com/vpython/glowscript/pull/200/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552
View file https://patch-diff.githubusercontent.com/vpython/glowscript/blob/28b81fda6e5c009003d90aea4412392f3201439b/requirements.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/vpython/glowscript/pull/200/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/vpython/glowscript/pull/200/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.