-
Notifications
You must be signed in to change notification settings - Fork 140
Bump github.com/openshift/backplane-cli from 0.11.1 to 0.12.0 #957
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/go_modules/github.com/openshift/backplane-cli-0.12.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔒 Security & Privacy | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: openshift/osdctl
Length of output: 19874
🏁 Script executed:
Repository: openshift/osdctl
Length of output: 46841
🌐 Web query:
GO-2026-5764 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8 affected symbols💡 Result:
GO-2026-5764 (also tracked as GHSA-xmrv-pmrh-hhx2) is a denial-of-service vulnerability affecting the EventStream header decoder in the aws/aws-sdk-go-v2 library [1][2]. The vulnerability is caused by a panic when the decoder encounters a malformed EventStream response frame containing a header value type byte that falls outside the valid range [1][3]. The advisory does not explicitly name a single "affected symbol." Instead, it identifies the vulnerability as existing within the internal logic of the header decoder in the package github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream [1][4]. The issue was addressed in version v1.7.8 of this package [1][2]. Users are advised to upgrade to version v1.7.8 or later to mitigate the risk of process termination caused by this panic [1].
Citations:
🏁 Script executed:
Repository: openshift/osdctl
Length of output: 3476
🌐 Web query:
github.com/aws/aws-sdk-go-v2/service/s3 v1.95.1 eventstream SelectObjectContent generated source💡 Result:
In the AWS SDK for Go v2 (specifically
github.com/aws/aws-sdk-go-v2/service/s3), theSelectObjectContentoperation is a standard API operation that utilizes the SDK's event stream infrastructure [1]. The code for this operation, including its input/output structures and event stream handling, is automatically generated from AWS service models [2][3]. Implementation Details: 1. Operation Handling: TheSelectObjectContentmethod on the S3Clientinvokes the standard middleware stack and operation handler, similar to other S3 API operations [4][5]. 2. Event Stream Architecture: BecauseSelectObjectContentreturns a stream of events rather than a single response body, the SDK uses an event stream reader (SelectObjectContentEventStreamReader) [1]. This reader manages aneventstream.Decoderthat processes theio.Readerfrom the HTTP response body [1]. 3. Generated Source: The core operation signature and input/output types (e.g.,SelectObjectContentInput,SelectObjectContentOutput) are generated [4][2]. The event stream specific components, such as theSelectObjectContentEventStreamtype and associated reader interface, are also generated to handle the typed event messages defined by the S3 service model [1]. If you are looking for the exact generated source code for versionv1.95.1, you can browse thegithub.com/aws/aws-sdk-go-v2repository, specifically under theservice/s3directory for that tag [6][2]. Theapi_op_SelectObjectContent.gofile contains the generated client method [4], andeventstream.go(or similar generated files) contains the event stream machinery [1]. Important Note: As of late 2026,SelectObjectContentis no longer available to new Amazon S3 customers [7].Citations:
Denial of Service (CWE-20): Improper Input Validation
Update the EventStream module.
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.4is affected by GO-2026-5764. Update it to v1.7.8 or later, then run the repository vulnerability scan.🤖 Prompt for AI Agents
Source: Path instructions