-
Notifications
You must be signed in to change notification settings - Fork 21
Bump the aws-sdk group with 3 updates #175
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
Merged
Merged
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
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.
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-online/rosa-e2e
Length of output: 2052
🏁 Script executed:
Repository: openshift-online/rosa-e2e
Length of output: 9794
🏁 Script executed:
Repository: openshift-online/rosa-e2e
Length of output: 16174
🌐 Web query:
OSV GO-2025-3372 github.com/golang/glog v1.0.0 affected versions fixed version💡 Result:
The vulnerability identified as GO-2025-3372 (also tracked as CVE-2024-45339 and GHSA-6wxm-mpqj-6jpf) affects the github.com/golang/glog package [1][2][3]. Affected Versions: All versions of github.com/golang/glog prior to v1.2.4 are considered affected [4][2]. Fixed Version: The vulnerability was fixed in version v1.2.4 [5][2][3]. Explanation: The vulnerability concerns insecure temporary file usage. When logs are written to a widely-writable directory—which is the default behavior—an unprivileged attacker could predict a privileged process's log file path and create a symbolic link to a sensitive file. If the privileged process follows this link, it could overwrite the sensitive file [5][2]. The fix introduced in v1.2.4 causes the application to exit with status code 2 if it detects that the configured log file already exists [5][2][3].
Citations:
🌐 Web query:
OSV GO-2026-5970 golang.org/x/text v0.38.0 affected versions fixed version💡 Result:
GO-2026-5970 is a vulnerability in the golang.org/x/text module characterized by an infinite loop that can be triggered when handling invalid UTF-8 byte sequences [1][2]. Affected Versions: The vulnerability affects versions of golang.org/x/text prior to v0.39.0 [2][3]. Fixed Version: The issue is resolved in version v0.39.0 [1][4]. While v0.39.0 is the minimum fixed version, some users have updated to v0.40.0 to address the vulnerability [5][6]. The vulnerability is also tracked as CVE-2026-56852 [7][8]. It specifically impacts the unicode/norm package, with various functions such as Form.Bytes, Form.IsNormal, Form.NextBoundary, and Iter.Next being identified as vulnerable entry points [1][3].
Citations:
🏁 Script executed:
Repository: openshift-online/rosa-e2e
Length of output: 28537
🏁 Script executed:
Repository: openshift-online/rosa-e2e
Length of output: 38137
Known Vulnerable Transitive Dependencies (CWE-1104)
Reachability: Internal · Exploitability: Difficult
Upgrade vulnerable transitive dependencies.
The E2E binary includes
github.com/golang/glog v1.0.0andgolang.org/x/text v0.38.0. Upgrade them tov1.2.4andv0.39.0or later, then rerun the vulnerability scan.go mod verifychecks integrity but does not detect vulnerabilities.🤖 Prompt for AI Agents
Source: Path instructions