commit | 681b4d8edca1bcfea5bce685d77ea7b82ed3e7b3 | [log] [tgz] |
---|---|---|
author | Neal Patel <nealpatel@google.com> | Thu Jan 30 19:10:09 2025 |
committer | Gopher Robot <gobot@golang.org> | Mon Feb 24 17:56:26 2025 |
tree | ae237821b1695d6571a88ac74bbe7249c66e8874 | |
parent | 3f78298beea38fb76a3fbca33e3056f4b7eb5502 [diff] |
jws: split token into fixed number of parts Thanks to 'jub0bs' for reporting this issue. Fixes #71490 Fixes CVE-2025-22868 Change-Id: I2552731f46d4907f29aafe7863c558387b6bd6e2 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/652155 Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Damien Neil <dneil@google.com> Reviewed-by: Roland Shoemaker <roland@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
oauth2 package contains a client implementation for OAuth 2.0 spec.
See pkg.go.dev for further documentation and examples.
We no longer accept new provider-specific packages in this repo if all they do is add a single endpoint variable. If you just want to add a single endpoint, add it to the pkg.go.dev/golang.org/x/oauth2/endpoints package.
The main issue tracker for the oauth2 repository is located at https://github.com/golang/oauth2/issues.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/oauth2.
Note: