feat(sdk): v4.19.0 - Auto-generated from unified API spec#23
Merged
Conversation
Generated from unified API spec v4.19.0 Changes: - Auto-generated SDK updates This PR was automatically created by the API generation pipeline.
603627d to
4ed0058
Compare
httputil.DumpRequestOut(request, true) wrote the Authorization header and URL userinfo into debug logs (CodeQL go/clear-text-logging). Swap the single call site to redactedDumpRequest (in redact.go), which logs only the request line (method, URL without userinfo, protocol). Header values and the body are omitted: request.Header is tainted by the basic-auth credentials, so logging any header value trips the rule. redact.go and this one-line client.go swap are reproduced on every regeneration by the portal SDK pipeline post-gen step, so the fix is durable. Adds a regression test.
4ed0058 to
26b3da1
Compare
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.
Automated SDK Update
This PR contains auto-generated updates from the unified API spec.
API Version: v4.19.0
Generated: 2026-06-12 03:21:34 UTC
Status: ✅ Updated with latest API changes
Review Checklist
This PR was automatically created by the API generation pipeline.