-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Security issue: resolve GHSA-2c7c-3mj9-8fqh (#381)
An attacker specifying a large "p2c" value can cause JSONWebEncryption.Decrypt and JSONWebEncryption.DecryptMulti to consume large amounts of CPU, causing a DoS. Update package github.com/coreos/go-oidc to version that requires fixed version of go-jose. Note that github.com/square/go-jose is deprecated and has been replaced by github.com/go-jose/go-jose commands run: - go get -u github.com/coreos/go-oidc/v3@v3.9.0 - go mod tidy -go=1.16 see: - GHSA-2c7c-3mj9-8fqh - coreos/go-oidc#399 - https://github.com/square/go-jose - https://github.com/go-jose/go-jose Co-authored-by: Michael Cook <mcook@octo.ai>
- Loading branch information
Showing
2 changed files
with
779 additions
and
181 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.