René's URL Explorer Experiment


Title: Bump the go_modules group across 1 directory with 3 updates by dependabot[bot] · Pull Request #21078 · github/codeql · GitHub

Open Graph Title: Bump the go_modules group across 1 directory with 3 updates by dependabot[bot] · Pull Request #21078 · github/codeql

X Title: Bump the go_modules group across 1 directory with 3 updates by dependabot[bot] · Pull Request #21078 · github/codeql

Description: Bumps the go_modules group with 2 updates in the /go/ql/test/experimental/CWE-321-V2 directory: github.com/go-jose/go-jose/v3 and github.com/golang-jwt/jwt/v5. Updates github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.4 Release notes Sourced from github.com/go-jose/go-jose/v3's releases. v3.0.4 What's Changed Backport fix for GHSA-c6gw-w398-hv78 CVE-2025-27144 go-jose/go-jose#174 Full Changelog: go-jose/go-jose@v3.0.3...v3.0.4 Version 3.0.3 Fixed Limit decompression output size to prevent a DoS. Backport from v4.0.1. Version 3.0.2 Fixed DecryptMulti: handle decompression error (#19) Changed jwe/CompactSerialize: improve performance (#67) Increase the default number of PBKDF2 iterations to 600k (#48) Return the proper algorithm for ECDSA keys (#45) Update golang.org/x/crypto to v0.19 (#94) Added Add Thumbprint support for opaque signers (#38) Version 3.0.1 Fixed 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 (@​mschwager) for the disclosure and to Tom Tervoort for originally publishing the category of attack. https://i.blackhat.com/BH-US-23/Presentations/US-23-Tervoort-Three-New-Attacks-Against-JSON-Web-Tokens.pdf The release is tagged off the release-v3.0.1 branch to avoid mixing in some as-yet unreleased changes on the v3 branch. Commits 5253038 Backport fix 167 to v3 (#174) 047dc99 CI: Update github actions and go version (#173) 0f017e9 Revert #26 (ignore unsupported JWKs in Sets) (#131) 3e2bbef Unmarshal jwk keys with unsupported key type or algorithm into empty … (#26) add6a28 v3: backport decompression limit fix (#107) 11bb4e7 doc: in v3 branch's README, point to v4 as latest (#101) 863f73b v3.0.2: Update changelog (#95) bdbc794 Update golang.org/x/crypto to v0.19 (backport) (#94) 25bce79 Updated go-jose v3.0.0 to v3.0.1 in jose-util (#70) aa386df jwe/CompactSerialize: improve performance. (#67) Additional commits viewable in compare view Updates github.com/golang-jwt/jwt/v5 from 5.0.0 to 5.2.2 Release notes Sourced from github.com/golang-jwt/jwt/v5's releases. v5.2.2 What's Changed Fixed GHSA-mh63-6h87-95cp by @​mfridman Fixed some typos by @​Ashikpaul in golang-jwt/jwt#382 build: add go1.22 to ci workflows by @​mfridman in golang-jwt/jwt#383 Bump golangci/golangci-lint-action from 4 to 5 by @​dependabot in golang-jwt/jwt#387 Bump golangci/golangci-lint-action from 5 to 6 by @​dependabot in golang-jwt/jwt#389 chore: bump ci tests to include go1.23 by @​mfridman in golang-jwt/jwt#405 Fix jwt -show by @​AlexanderYastrebov in golang-jwt/jwt#406 docs: typo by @​kvii in golang-jwt/jwt#407 Update SECURITY.md by @​oxisto in golang-jwt/jwt#416 Update jwt.Parse example to use jwt.WithValidMethods by @​mattt in golang-jwt/jwt#425 New Contributors @​Ashikpaul made their first contribution in golang-jwt/jwt#382 @​kvii made their first contribution in golang-jwt/jwt#407 @​mattt made their first contribution in golang-jwt/jwt#425 Full Changelog: golang-jwt/jwt@v5.2.1...v5.2.2 v5.2.1 What's Changed chore: remove unnecessary conversions from tests by @​estensen in golang-jwt/jwt#370 Trivial: Typo fix for ECDSA error message by @​tjs-cinemo in golang-jwt/jwt#373 Fix incorrect error return by @​ss49919201 in golang-jwt/jwt#371 New Contributors @​tjs-cinemo made their first contribution in golang-jwt/jwt#373 @​ss49919201 made their first contribution in golang-jwt/jwt#371 Full Changelog: golang-jwt/jwt@v5.2.0...v5.2.1 v5.2.0 What's Changed Exported NewValidator by @​oxisto in golang-jwt/jwt#349 Improve ErrInvalidKeyType error messages by @​Laurin-Notemann in golang-jwt/jwt#361 Update MIGRATION_GUIDE.md by @​jbarham in golang-jwt/jwt#363 New Contributors @​Laurin-Notemann made their first contribution in golang-jwt/jwt#361 @​jbarham made their first contribution in golang-jwt/jwt#363 Full Changelog: golang-jwt/jwt@v5.1.0...v5.2.0 v5.1.0 What's Changed Using jwt's native ErrInvalidType instead of json.UnsupportedTypeError by @​oxisto in golang-jwt/jwt#316 Fix typos in comments and test names by @​alexandear in golang-jwt/jwt#317 Format: add whitespaces, remove empty lines by @​alexandear in golang-jwt/jwt#319 Refactor example: use io.ReadAll instead of io.Copy by @​alexandear in golang-jwt/jwt#320 ... (truncated) Commits 0951d18 Merge commit from fork c035977 Update Parse example to use WithValidMethods (#425) bc8bdca Update SECURITY.md (#416) 5ec246c docs: typo (#407) 0123f1a Fix jwt -show (#406) f961c72 chore: bump ci tests to include go1.23 (#405) 62e504c Bump golangci/golangci-lint-action from 5 to 6 (#389) 1a56dcf Bump golangci/golangci-lint-action from 4 to 5 (#387) c8043ea build: add go1.22 to ci workflows (#383) 7c3f6dc Update README.md (#382) Additional commits viewable in compare view Updates golang.org/x/crypto from 0.12.0 to 0.19.0 Commits 405cb3b go.mod: update golang.org/x dependencies 913d3ae x509roots/fallback: update bundle dbb6ec1 ssh/test: skip tests on darwin that fail on the darwin-amd64-longtest LUCI bu... 403f699 ssh/test: avoid leaking a net.UnixConn in server.TryDialWithAddr 055043d go.mod: update golang.org/x dependencies 08396bb internal/poly1305: drop Go 1.12 compatibility 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel window adjustment 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 major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) @dependabot ignore minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) @dependabot ignore will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) @dependabot unignore will remove all of the ignore conditions of the specified dependency @dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps the go_modules group with 2 updates in the /go/ql/test/experimental/CWE-321-V2 directory: github.com/go-jose/go-jose/v3 and github.com/golang-jwt/jwt/v5. Updates github.com/go-jose/go-jose/v3...

X Description: Bumps the go_modules group with 2 updates in the /go/ql/test/experimental/CWE-321-V2 directory: github.com/go-jose/go-jose/v3 and github.com/golang-jwt/jwt/v5. Updates github.com/go-jose/go-jose/v3...

Opengraph URL: https://github.com/github/codeql/pull/21078

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:6972be48-17a2-773d-459c-98fd60150837
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idAB5E:1B5D7A:4FD2946:6C80D75:696E2B62
html-safe-nonce05e95251e3fbfaef538e805d688c96cf7755e18f1a1b6b6dfc6e5fae7e1166ca
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQjVFOjFCNUQ3QTo0RkQyOTQ2OjZDODBENzU6Njk2RTJCNjIiLCJ2aXNpdG9yX2lkIjoiMTI1Mjc2NTI2OTgxNTU3MDkwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacc41080d4a1a9568fa45156e79f6af2c853fc65fff2b83e7840931757ef368545
hovercard-subject-tagpull_request:3127381828
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/github/codeql/pull/21078/checks
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 the go_modules group with 2 updates in the /go/ql/test/experimental/CWE-321-V2 directory: github.com/go-jose/go-jose/v3 and github.com/golang-jwt/jwt/v5. Updates github.com/go-jose/go-jose/v3...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None878b142339d396b81902fd0c6d3f2f41511e1864f596c5a601660d91d0d60e59
turbo-cache-controlno-preview
go-importgithub.com/github/codeql git https://github.com/github/codeql.git
octolytics-dimension-user_id9919
octolytics-dimension-user_logingithub
octolytics-dimension-repository_id143040428
octolytics-dimension-repository_nwogithub/codeql
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id143040428
octolytics-dimension-repository_network_root_nwogithub/codeql
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release20fb42f07915f87665e5bccffc415f231d50cfac
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub%2Fcodeql%2Fpull%2F21078%2Fchecks
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%2Fgithub%2Fcodeql%2Fpull%2F21078%2Fchecks
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%2Fchecks&source=header-repo&source_repo=github%2Fcodeql
Reloadhttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/checks
Reloadhttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/checks
Reloadhttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/checks
github https://patch-diff.githubusercontent.com/github
codeqlhttps://patch-diff.githubusercontent.com/github/codeql
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fgithub%2Fcodeql
Fork 1.9k https://patch-diff.githubusercontent.com/login?return_to=%2Fgithub%2Fcodeql
Star 9.1k https://patch-diff.githubusercontent.com/login?return_to=%2Fgithub%2Fcodeql
Code https://patch-diff.githubusercontent.com/github/codeql
Issues 918 https://patch-diff.githubusercontent.com/github/codeql/issues
Pull requests 368 https://patch-diff.githubusercontent.com/github/codeql/pulls
Discussions https://patch-diff.githubusercontent.com/github/codeql/discussions
Actions https://patch-diff.githubusercontent.com/github/codeql/actions
Projects 0 https://patch-diff.githubusercontent.com/github/codeql/projects
Models https://patch-diff.githubusercontent.com/github/codeql/models
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/github/codeql/security
Please reload this pagehttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/checks
Insights https://patch-diff.githubusercontent.com/github/codeql/pulse
Code https://patch-diff.githubusercontent.com/github/codeql
Issues https://patch-diff.githubusercontent.com/github/codeql/issues
Pull requests https://patch-diff.githubusercontent.com/github/codeql/pulls
Discussions https://patch-diff.githubusercontent.com/github/codeql/discussions
Actions https://patch-diff.githubusercontent.com/github/codeql/actions
Projects https://patch-diff.githubusercontent.com/github/codeql/projects
Models https://patch-diff.githubusercontent.com/github/codeql/models
Security https://patch-diff.githubusercontent.com/github/codeql/security
Insights https://patch-diff.githubusercontent.com/github/codeql/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fgithub%2Fcodeql%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=%2Fgithub%2Fcodeql%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
mainhttps://patch-diff.githubusercontent.com/github/codeql/tree/main
dependabot/go_modules/go/ql/test/experimental/CWE-321-V2/go_modules-2f167fc27bhttps://patch-diff.githubusercontent.com/github/codeql/tree/dependabot/go_modules/go/ql/test/experimental/CWE-321-V2/go_modules-2f167fc27b
Conversation 0 https://patch-diff.githubusercontent.com/github/codeql/pull/21078
Commits 1 https://patch-diff.githubusercontent.com/github/codeql/pull/21078/commits
Checks 11 https://patch-diff.githubusercontent.com/github/codeql/pull/21078/checks
Files changed https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files
Please reload this pagehttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/checks
Bump the go_modules group across 1 directory with 3 updates https://patch-diff.githubusercontent.com/github/codeql/pull/21078/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/checks
Ruby: Run RTJO Language Tests on: pull_request https://patch-diff.githubusercontent.com/github/codeql/actions/runs/20474879680
qltest-rtjo https://patch-diff.githubusercontent.com/github/codeql/actions/runs/20474879680/job/58837479136?pr=21078
Go: Run Tests on: pull_request https://patch-diff.githubusercontent.com/github/codeql/actions/runs/20474879715
Test Linux (Ubuntu) https://patch-diff.githubusercontent.com/github/codeql/actions/runs/20474879715/job/58837479034?pr=21078
Ruby: Run RTJO Language Tests on: pull_request https://patch-diff.githubusercontent.com/github/codeql/actions/runs/20474879722
qltest-rtjo https://patch-diff.githubusercontent.com/github/codeql/actions/runs/20474879722/job/58837479061?pr=21078
Check overlay annotations on: pull_request https://patch-diff.githubusercontent.com/github/codeql/actions/runs/20474879733
sync https://patch-diff.githubusercontent.com/github/codeql/actions/runs/20474879733/job/58837479030?pr=21078
Ruby: Run RTJO Language Tests on: pull_request https://patch-diff.githubusercontent.com/github/codeql/actions/runs/20474879732
qltest-rtjo https://patch-diff.githubusercontent.com/github/codeql/actions/runs/20474879732/job/58837479082?pr=21078
Check synchronized files on: pull_request https://patch-diff.githubusercontent.com/github/codeql/actions/runs/20474879735
sync https://patch-diff.githubusercontent.com/github/codeql/actions/runs/20474879735/job/58837479027?pr=21078
Run QL for QL on: pull_request https://patch-diff.githubusercontent.com/github/codeql/actions/runs/20474879738
analyze https://patch-diff.githubusercontent.com/github/codeql/actions/runs/20474879738/job/58837479075?pr=21078
Pull Request Labeler on: pull_request_target https://patch-diff.githubusercontent.com/github/codeql/actions/runs/20474879742
triage https://patch-diff.githubusercontent.com/github/codeql/actions/runs/20474879742/job/58837479066?pr=21078
Ruby: Run RTJO Language Tests on: pull_request https://patch-diff.githubusercontent.com/github/codeql/actions/runs/20474879773
qltest-rtjo https://patch-diff.githubusercontent.com/github/codeql/actions/runs/20474879773/job/58837479219?pr=21078
Ruby: Run RTJO Language Tests on: pull_request https://patch-diff.githubusercontent.com/github/codeql/actions/runs/20474879851
qltest-rtjo https://patch-diff.githubusercontent.com/github/codeql/actions/runs/20474879851/job/58837479526?pr=21078
CodeQL https://patch-diff.githubusercontent.com/github/codeql/pull/21078/checks?check_run_id=58837623717
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.