[GHSA-4gv3-mc9p-5wqc] A flaw was found in the reset-credentials flow of the... - #9250
Open
pv-rudger wants to merge 1 commit into
Open
[GHSA-4gv3-mc9p-5wqc] A flaw was found in the reset-credentials flow of the...#9250pv-rudger wants to merge 1 commit into
pv-rudger wants to merge 1 commit into
Conversation
github-actions
Bot
changed the base branch from
main
to
pv-rudger/advisory-improvement-9250
August 27, 2026 13:43
Copilot stopped reviewing on behalf of
pv-rudger due to an error
August 27, 2026 13:52
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds richer metadata to a GHSA advisory by including a summary, affected Maven package/version ranges, and an additional package reference URL.
Changes:
- Added a human-readable
summaryto the advisory - Populated
affectedwith Maven package ranges fororg.keycloak:keycloak-services - Added an extra
PACKAGEreference pointing to the upstream repository
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "26.5" |
Comment on lines
+17
to
+103
| "affected": [ | ||
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.keycloak:keycloak-services" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "26.7.0" | ||
| }, | ||
| { | ||
| "fixed": "26.7.2" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "database_specific": { | ||
| "last_known_affected_version_range": "<= 26.7.1" | ||
| } | ||
| }, | ||
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.keycloak:keycloak-services" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "26.6.0" | ||
| }, | ||
| { | ||
| "fixed": "26.6.6" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "database_specific": { | ||
| "last_known_affected_version_range": "<= 26.6.5" | ||
| } | ||
| }, | ||
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.keycloak:keycloak-services" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "26.5" | ||
| }, | ||
| { | ||
| "last_affected": "26.5.7" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.keycloak:keycloak-services" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "26.0.0" | ||
| }, | ||
| { | ||
| "fixed": "26.4.15" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "database_specific": { | ||
| "last_known_affected_version_range": "<= 26.4.14" | ||
| } | ||
| } | ||
| ], |
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.
Updates
Comments
For more information, see: keycloak/keycloak#51833