Conversation
govulncheck reports the following vulnerabilities in go1.25.7: Vulnerability #1: GO-2026-4603 URLs in meta content attribute actions are not escaped in html/template More info: https://pkg.go.dev/vuln/GO-2026-4603 Standard library Found in: html/template@go1.25.7 Fixed in: html/template@go1.25.8 Example traces found: Error: #1: examplebroker/broker.go:1000:14: examplebroker.userInfoFromName calls template.Template.Execute Error: #2: pam/integration-tests/ssh_test.go:720:30: integration.startSSHD calls httptest.NewServer, which eventually calls template.Template.ExecuteTemplate Vulnerability #2: GO-2026-4602 FileInfo can escape from a Root in os More info: https://pkg.go.dev/vuln/GO-2026-4602 Standard library Found in: os@go1.25.7 Fixed in: os@go1.25.8 Example traces found: Error: #1: internal/users/proc/proc.go:42:33: proc.CheckUserBusy calls os.File.Readdir Error: #2: internal/brokers/manager.go:65:29: brokers.NewManager calls os.ReadDir Vulnerability #3: GO-2026-4601 Incorrect parsing of IPv6 host literals in net/url More info: https://pkg.go.dev/vuln/GO-2026-4601 Standard library Found in: net/url@go1.25.7 Fixed in: net/url@go1.25.8 Example traces found: Error: #1: internal/testutils/daemon.go:249:29: testutils.StartAuthdWithCancel calls grpc.NewClient, which eventually calls url.Parse Error: #2: pam/integration-tests/ssh_test.go:720:30: integration.startSSHD calls httptest.NewServer, which eventually calls url.ParseRequestURI
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1309 +/- ##
==========================================
+ Coverage 80.08% 85.65% +5.57%
==========================================
Files 20 119 +99
Lines 984 7669 +6685
Branches 0 111 +111
==========================================
+ Hits 788 6569 +5781
- Misses 196 1044 +848
- Partials 0 56 +56 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
denisonbarbosa
approved these changes
Mar 11, 2026
Contributor
Author
|
The failure of the Build Debian package job (devel) job is unrelated and tracked here. |
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.
govulncheck reports the following vulnerabilities in go1.25.7: