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/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:e1dd065a-4a2f-e90d-b6bc-56531487419c
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC154:3D991D:8FBC1E:CA38FC:696E6120
html-safe-nonceb7c4d41669e044a0366b6b44e592f7f5288c3a85deaf465b464e800ed5f4baf1
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMTU0OjNEOTkxRDo4RkJDMUU6Q0EzOEZDOjY5NkU2MTIwIiwidmlzaXRvcl9pZCI6IjM2NzQyMDc5OTkzNzE0MDM1NTIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac8c942ed3feaaeda61f5a1ca3bf03af06b2c08644d76c250473b5a1b0a33547e5
hovercard-subject-tagpull_request:3127381828
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/github/codeql/pull/21078/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 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
Nonef68b42d371252b0f236260d6234f4304a806fe5ac43d59faa21fb59d80df103b
turbo-cache-controlno-preview
diff-viewunified
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
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release6b74bc8dbcd10b5d69fd9ee9d2cfdc8b35e18a4c
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#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%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%2Fgithub%2Fcodeql%2Fpull%2F21078%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=github%2Fcodeql
Reloadhttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/files
Reloadhttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/files
Reloadhttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/files
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 919 https://patch-diff.githubusercontent.com/github/codeql/issues
Pull requests 367 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/files
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/files
Bump the go_modules group across 1 directory with 3 updates https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files
6ecc131 Bump the go_modules group across 1 directory with 3 updates dependabot[bot] Dec 24, 2025 https://patch-diff.githubusercontent.com/github/codeql/pull/21078/commits/6ecc1319817382af21ec32750cb9d066b890fd0e
Clear filters https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files
Please reload this pagehttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/files
Please reload this pagehttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/files
go.mod https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-1da024e5e9145313e715125c52309c0960c8bbe0e1708f74d9c7e7593612729e
.gitignore https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-c78616f9c9387ef426cd14b1ef7f79cae0a2cf6da68acb28a13c50afb8429719
.golangci.yml https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-9c45542ab92d199d984da44c18b2c02987e37dd1621508966baae12c7bde6db4
.travis.yml https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-a19a37cfa7681a86323ab363240306cdf6412c9d7d88d44cb861c06de7f34419
CHANGELOG.md https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-48c82c5b1c364fb665c4f82b783184bc9a5add42be5d06f5704f3de82273cb11
CONTRIBUTING.md https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-f28ebae8b230ff591685d16b0a8b4317478cc71d5adf8d0632a68e162b4be0db
LICENSE https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-fbd1644cf187364c7596c035c4de2f91cb0812fd75c37f5cf5e7caa1fa6a04f2
README.md https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-c03a33c00f9fd8f13469032f1bacdcf8e45372aba6045b0a8fa9df3f2c8cb859
SECURITY.md https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-50d5764684ae83be6fdab6b6fdab6684c8a90167966be375383a5f65d596ced1
asymmetric.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-d779bc80864ba63f9a6068ee68dfef4139d87dde5d7181d83fc434a4e8a2003f
cbc_hmac.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-9bc0674ee3d93c7d1a7c7619b13ecd2886f7dffb71b2f8a5f108997d42569b61
concat_kdf.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-bebc9bfb4ab12074e9920e1a9be8713b6f72c1a64e37a950a454dbcba4e85276
ecdh_es.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-5d41169e58a2e6ed4a2edd5c56ce971e4e86c4973537ed10876534a9ec433ab0
key_wrap.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-39ef8d8e950664a23aeffce2444015e578a0d9a3574c5cdecbd17d7e4881215e
crypter.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-dad1d1941d93366fc5eeb7e05848ef46dcb0541709dc2b715f7163b9ef528489
doc.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-915877f4b68625388782b3cc987bb669ce8d7027bf8b9fad86cc47ecced4e45b
encoding.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-936864aa7c41e3d8a15a89f71f69c950c3b0c19eafbb694ad3cac449c00bb52a
LICENSE https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-73adb7eeb1a77013b283fdff869fb2a26b6a2310b53c36825744be09468aff7c
README.md https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-d8a4f95857842e0e5342b59f3c4df76560fd35293ca478dbe10aae16502ddd3b
decode.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-64728b58fd3f9b0783843f6b9467a1bd732f0ef1a1466a436c4273046256c256
encode.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-813611f3a0064431f5e4362f16a8df298f8389a2653686ccc5818f398f2acbd4
indent.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-1765591cb17f59ce2d402a58db3c05ecc1ca7776fea3c979b6ad56c7cb463dff
scanner.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-5b8deac2d0e29a19d02e574755e8378a00abeac27de78271e63de77064995063
stream.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-66d50400b678aae16b72779d2d963b54dc97015942ea6dadc9819a3f6f4e308a
tags.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-13070e360b1f6ce377e9b7e87ebc9c625ee53f758ee65e36f65681507688b268
jwe.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-10d0112002e561b5da4abff20114f5976e935fd42b16d8c2a3c66fa124eac21a
jwk.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-c397dd03c81a4e9d8a5462f52ee5ef8a9aff977afc084bf2bbaa9b7a92f11e0e
jws.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-002878c93c2a513045987ff1da4f1d74245a0dadf74eb83818eff7c815e764c7
builder.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-589aa34c522cf06d4ecb2feb5b1922394c7dba90c5fb212b16c496ad4da0059b
claims.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-8e322925ab361edaadc10906aed7696774991d31f44c74e9eea435783fe57fb8
doc.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-2452dcdfb0e1764d9fcab7b8ab988bc6b4df376997acf4aec67394fb69edfc06
errors.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-9b24c8ba44e7b2bb0df9600bfa91f26f9ed1ce0f175e277fd695784baefb0221
jwt.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-1191c82190162d671b8380658bc5ab20da011476ab30bc663f382691bf34f6af
stub.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-de0af2fa628a281b3f5fa893a5ccb005fece4c9f5cf491412e836ce89c6fe828
validation.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-0b49483a13f2f61d8bfc604c3d3de97e141a2f9c34a69c15e423d2c79c2248f4
opaque.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-9400ad47e521bd0e10589c545d1f9b013abeba3d5478a2dfa9e3aeafb36d9c61
shared.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-a82c67eb4567f000c308265ba3f842131e0c6c24a140bad3d23500c82a9ede38
signing.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-a6dba42da913c3e7c77f1f15f84dc62fee9ade2712a8fb991738d3d3700a8872
symmetric.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-1abe9f25f166c113525d41c268cc23aec776a93f38d00a3818da8379e00b3379
.gitignore https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-63a03daf2954354f32946d071283249d99dff3f31f3b3204d842077b95be6331
LICENSE https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-d095cb17cc0c1dd8cfc3b9cddbcf8441c52a5448920971a42db0094aa2e47914
MIGRATION_GUIDE.md https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-e53095969a8fb04ea9995457e91042db4e154c1eb8244db8d221586b80156129
README.md https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-cc0fe893c3d90e50eb6f1a476d2621640bfb4468926f20ced0319ff7b3b4ecec
SECURITY.md https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-cfa6d212e7ccdb6a1b010cc6ce64f1551d67b50435cf7625002448abbc7f1de2
VERSION_HISTORY.md https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-a0714abc92656638dd5790d183e52ddafd3d95966e28db8e96b51b6dbbe654db
claims.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-aadec4b26a8e9492d490a273987f1b88a8d4f13d6a8d0f43bd0a59a895152b93
doc.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-be7871841068f580dfd45c091ca53fbf66ef2d185ea3a882b81350002f89c3c2
ecdsa.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-96d95b5a25630accfaa3bdabfb5f6cf0a9fe2f3c08b16889ad432974e72b6fc4
ecdsa_utils.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-329cbf02cb6007a2d7d00c55e2a5c8400a6b4fbfead943db9aecf4cba6bfa2a7
ed25519.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-7468b5ebc5550cfa04855023b0b7ebadd86cfe5e9f37e007328095a73d8b74b5
ed25519_utils.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-21242dbab6e54d8eda7d9ac7a67459b5e5f8a16b34c8238bf54e3880578a2305
errors.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-937ccf1918863eea0356216880684f45a4965bdd57182e430306fa61c02245e9
errors_go1_20.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-8827d1824fd05d617dbbf52e2144d034c43b0d9eeb08359e80a6085ee4d32dea
errors_go_other.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-dc68e8f8849ec968080d36be1af11463b787ea66b0050672237da821e8248c5a
hmac.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-4ade0acb646e7b70f65038e1c01afd3fdc227c6db46c7d9d03164df2bd97b3d1
map_claims.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-8873d117add3bbaa8ed835bd4955d68a75e6279c8b288f3ea23a00db031756a5
none.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-20746978cae63286fa44a72c92b951266dfd1dd2e995945c60a326be7d3883b6
parser.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-ad48d57916a4412c45b1ad6538f3a8e701baedb80457162fa50489b58fbdeb75
parser_option.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-0706d78dbc86063f584847e5408969906d61b3f9f15bad442a8307678daf42aa
registered_claims.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-c7957f073c1d3b0edce2e7957431fa4f0f828fb28a56cecaafacb58310b660d8
rsa.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-e9699f3fb1e1be191af31f41bb7095f2b88132ed0fe8c8efc7ab26e983c62adf
rsa_pss.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-880f1a5368a82f04356b6820059e02adbb4b3c420db1bd1a940da50991867f1e
rsa_utils.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-833d951f7a09bb8bab1e57d7eed81e14960f8cf22738fece0eaf780e31742f3c
signing_method.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-9de0c46f516a9b255b7922f43ddddb8faf189bf9c59ecf85db11ca8034b77ed0
staticcheck.conf https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-f78972de92f67fdbc166501286634e25d3d282b647d7d967537dc8fd3d2a14b2
stub.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-3c39290f1115e8e7dc258acd5ab49953e3f3de87ca9650e79d9ab0e239073b27
token.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-f9993fdd64820feebac4ac1d079347fcf5bd6f164715974eeddeb73a640a4242
token_option.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-dd061ec570ec3a24f3f29bd0b61d9cf442c6e3e008d4f7fabb8ef2f7629f9735
types.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-fac053ed43da8da725ed0f013808d22208754268db3a367a3f444e77c655e25d
validator.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-7d27d769681bfac59b8e1b518f427047e779629ff79a1df6686848953185e053
LICENSE https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-6268c317dfa0cf1f073d592037c8390287d4fa4d7cb760a484cbee28a1290f88
PATENTS https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-303d12fefdcd101c92011381045cc7d9c2c10e6021c256a092e4278080b82498
pbkdf2.go https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-2fc7b1d4e3439d116a0a93ce50f020136883c7847c7177a5b42f463b8831cb2d
modules.txt https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-522d6e93a76acb559eebdb8021b746106a02edcb801da906fa5bbe2cb3c74e16
https://patch-diff.githubusercontent.com/github/codeql/blob/main/CODEOWNERS#L10
go/ql/test/experimental/CWE-321-V2/go.modhttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-1da024e5e9145313e715125c52309c0960c8bbe0e1708f74d9c7e7593612729e
View file https://patch-diff.githubusercontent.com/github/codeql/blob/6ecc1319817382af21ec32750cb9d066b890fd0e/go/ql/test/experimental/CWE-321-V2/go.mod
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/github/codeql/pull/21078/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-1da024e5e9145313e715125c52309c0960c8bbe0e1708f74d9c7e7593612729e
https://patch-diff.githubusercontent.com/github/codeql/blob/main/CODEOWNERS#L10
go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/.gitignorehttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-c78616f9c9387ef426cd14b1ef7f79cae0a2cf6da68acb28a13c50afb8429719
View file https://patch-diff.githubusercontent.com/github/codeql/blob/6ecc1319817382af21ec32750cb9d066b890fd0e/go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/.gitignore
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/files
https://patch-diff.githubusercontent.com/github/codeql/blob/main/CODEOWNERS#L10
go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/.golangci.ymlhttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-9c45542ab92d199d984da44c18b2c02987e37dd1621508966baae12c7bde6db4
View file https://patch-diff.githubusercontent.com/github/codeql/blob/6ecc1319817382af21ec32750cb9d066b890fd0e/go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/.golangci.yml
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/files
https://patch-diff.githubusercontent.com/github/codeql/blob/main/CODEOWNERS#L10
go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/.travis.ymlhttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-a19a37cfa7681a86323ab363240306cdf6412c9d7d88d44cb861c06de7f34419
View file https://patch-diff.githubusercontent.com/github/codeql/blob/6ecc1319817382af21ec32750cb9d066b890fd0e/go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/.travis.yml
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/files
https://patch-diff.githubusercontent.com/github/codeql/blob/main/CODEOWNERS#L10
.../test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/CHANGELOG.mdhttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-48c82c5b1c364fb665c4f82b783184bc9a5add42be5d06f5704f3de82273cb11
View file https://patch-diff.githubusercontent.com/github/codeql/blob/6ecc1319817382af21ec32750cb9d066b890fd0e/go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/CHANGELOG.md
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/files
https://patch-diff.githubusercontent.com/github/codeql/blob/main/CODEOWNERS#L10
...st/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/CONTRIBUTING.mdhttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/files#diff-f28ebae8b230ff591685d16b0a8b4317478cc71d5adf8d0632a68e162b4be0db
View file https://patch-diff.githubusercontent.com/github/codeql/blob/6ecc1319817382af21ec32750cb9d066b890fd0e/go/ql/test/experimental/CWE-321-V2/vendor/github.com/go-jose/go-jose/v3/CONTRIBUTING.md
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/files
Please reload this pagehttps://patch-diff.githubusercontent.com/github/codeql/pull/21078/files
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.