fix(deps): update module github.com/coreos/go-oidc/v3 to v3.19.0#3986
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update module github.com/coreos/go-oidc/v3 to v3.19.0#3986renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Security review — no findings
Reviewed PR #3986 (go-oidc/v3 3.18.0 → 3.19.0). The diff is limited to go.mod / go.sum; no application code changes.
Scope checked
- OIDC usage in
api/login.go(getOidcProvider,oidcRedirect, ID token verification viaverifier.Verify, optionalUserInfofallback). - Upstream changes in v3.19.0: JWKS refresh
Cache-Control: no-cache(#485), back-channel logout token support (#486), and averifyJWTrefactor inverify.go(no change to signature-before-claims ordering).
Assessment
- No new attacker-controlled sinks or auth bypass paths are introduced by this bump.
- Semaphore does not use the new logout-token APIs; the refactor does not alter ID-token verification behavior used at login.
- The JWKS cache fix reduces stale-key risk after provider key rotation (security improvement).
- Known DoS in go-oidc ≤3.14.1 (CVE-2025-27144) was already fixed in 3.15.0; both old and new versions are unaffected.
go-jose/go-jose/v4remains a direct dependency (pkg/jwt); removing it from the indirect block is a tidy-up only.
Prior automation threads: none found on this PR.
Outcome: No medium, high, or critical vulnerabilities identified. Safe to merge from a security perspective.
Sent by Cursor Automation: Find vulnerabilities
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This PR contains the following updates:
v3.18.0→v3.19.0Release Notes
coreos/go-oidc (github.com/coreos/go-oidc/v3)
v3.19.0Compare Source
What's Changed
no-cacheto get most up to date keys by @Yanni8 in #485New Contributors
Full Changelog: coreos/go-oidc@v3.18.0...v3.19.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.