forked from cesanta/docker_auth
-
Notifications
You must be signed in to change notification settings - Fork 0
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
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
- Loading branch information
Michael Cook
committed
Jan 18, 2024
1 parent
497467b
commit f5db0f2
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.