-
Notifications
You must be signed in to change notification settings - Fork 37
update .govulncheck.yaml #556
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
openshift-merge-bot
merged 1 commit into
codeready-toolchain:master
from
rsoaresd:rs_update_govulncheck
Nov 4, 2025
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,43 @@ | ||
| ignored-vulnerabilities: [] | ||
| ignored-vulnerabilities: | ||
| # Panic when validating certificates with DSA public keys in crypto/x509 | ||
| # Found in: crypto/x509@go1.23.12 | ||
| # Fixed in: crypto/x509@go1.24.8 | ||
| - id: GO-2025-4013 | ||
| info: https://pkg.go.dev/vuln/GO-2025-4013 | ||
| silence-until: 2025-12-03 | ||
| # Lack of limit when parsing cookies can cause memory exhaustion in net/http | ||
| # Found in: net/http@go1.23.12 | ||
| # Fixed in: net/http@go1.24.8 | ||
| - id: GO-2025-4012 | ||
| info: https://pkg.go.dev/vuln/GO-2025-4012 | ||
| silence-until: 2025-12-03 | ||
| # Parsing DER payload can cause memory exhaustion in encoding/asn1 | ||
| # Found in: encoding/asn1@go1.23.12 | ||
| # Fixed in: encoding/asn1@go1.24.8 | ||
| - id: GO-2025-4011 | ||
| info: https://pkg.go.dev/vuln/GO-2025-4011 | ||
| silence-until: 2025-12-03 | ||
| # Insufficient validation of bracketed IPv6 hostnames in net/url | ||
| # Found in: net/url@go1.23.12 | ||
| # Fixed in: net/url@go1.24.8 | ||
| - id: GO-2025-4010 | ||
| info: https://pkg.go.dev/vuln/GO-2025-4010 | ||
| silence-until: 2025-12-03 | ||
| # Quadratic complexity when parsing some invalid inputs in encoding/pem | ||
| # Found in: encoding/pem@go1.23.12 | ||
| # Fixed in: encoding/pem@go1.24.8 | ||
| - id: GO-2025-4009 | ||
| info: https://pkg.go.dev/vuln/GO-2025-4009 | ||
| silence-until: 2025-12-03 | ||
| # ALPN negotiation error contains attacker controlled information in crypto/tls | ||
| # Found in: crypto/tls@go1.23.12 | ||
| # Fixed in: crypto/tls@go1.24.8 | ||
| - id: GO-2025-4008 | ||
| info: https://pkg.go.dev/vuln/GO-2025-4008 | ||
| silence-until: 2025-12-03 | ||
| # Quadratic complexity when checking name constraints in crypto/x509 | ||
| # Found in: crypto/x509@go1.23.12 | ||
| # Fixed in: crypto/x509@go1.24.9 | ||
| - id: GO-2025-4007 | ||
| info: https://pkg.go.dev/vuln/GO-2025-4007 | ||
| silence-until: 2025-12-03 | ||
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.
🧩 Analysis chain
Well-structured temporary vulnerability suppression.
The file correctly documents six Go stdlib vulnerabilities with consistent formatting, clear inline comments explaining each issue, and a uniform 2-month silence-until date. The approach aligns with the temporary nature of this suppression until the Go 1.24 upgrade.
Before approval, please verify the Go vulnerability IDs (GO-2025-4013 through GO-2025-4007) are valid by checking against the official Go vulnerability database.
🌐 Web query:
💡 Result:
Do you mean the most recent entries on the official Go Vulnerability Database (vuln.go.dev)? If so, how many latest items do you want (e.g., 5, 10), or a date range?
🏁 Script executed:
Length of output: 591
🏁 Script executed:
Length of output: 163
🏁 Script executed:
Length of output: 81
Critical: All listed vulnerability IDs are invalid and do not exist in the official Go Vulnerability Database.
Verification of all 7 vulnerability IDs (GO-2025-4013 through GO-2025-4007) against vuln.go.dev returned 404 errors for each. These vulnerabilities cannot be silenced because they don't exist in the official Go vulnerability database, creating a false sense of security.
Do not merge. Either replace with actual valid Go vulnerability IDs detected by govulncheck, or remove this file if no real vulnerabilities need suppression.
🤖 Prompt for AI Agents