-
Notifications
You must be signed in to change notification settings - Fork 30
Update module golang.org/x/net to v0.38.0 [SECURITY] #2381
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
base: main
Are you sure you want to change the base?
Update module golang.org/x/net to v0.38.0 [SECURITY] #2381
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❌ Your project check has failed because the head coverage (42.26%) is below the adjusted base coverage (42.76%). You can increase the head coverage or adjust the Removed Code Behavior. Additional details and impacted files@@ Coverage Diff @@
## main #2381 +/- ##
============================================
- Coverage 43.76% 42.26% -1.51%
Complexity 765 765
============================================
Files 275 241 -34
Lines 13243 8234 -5009
Branches 1328 1328
============================================
- Hits 5796 3480 -2316
+ Misses 6857 4364 -2493
+ Partials 590 390 -200 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
13586e2
to
26fca69
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
26fca69
to
72f6ad7
Compare
|
This PR contains the following updates:
v0.28.0
->v0.38.0
GitHub Vulnerability Alerts
CVE-2025-22870
Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to "*.example.com", a request to "[::1%25.example.com]:80` will incorrectly match and not be proxied.
CVE-2025-22872
The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. , , etc contexts).
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.