feat(transport): introduce typed HTTP transport and enforce security boundaries - #444
Merged
Merged
Conversation
This was referenced Sep 16, 2026
Merged
robbecker-wf
added this pull request to stack #450
September 16, 2026 04:48
…boundaries Co-authored-by: Cursor <cursoragent@cursor.com>
robbecker-wf
force-pushed
the
10x-security-and-transport
branch
from
September 17, 2026 00:09
ea5e7c4 to
3e10c2d
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.
Stacked PR: Part 2 of 7
Stack Overview:
10x-openapi-spec-baseline->10x10x-security-and-transport(this PR) ->10x-openapi-spec-baseline10x-service-contracts-conformance->10x-security-and-transport10x-schema-models-and-strict-analysis->10x-service-contracts-conformance10x-test-pyramid-and-smoke->10x-schema-models-and-strict-analysis10x-ci-and-spec-sync->10x-test-pyramid-and-smoke10x-conformance-plan->10x-ci-and-spec-syncSummary
Introduces a typed, injectable HTTP transport layer and enforces strict credential and webhook security boundaries.
ApiRequest,HttpTransport,RetryPolicy, andErrorDecoderinlib/src/common/transport/.api.github.comor custom enterprise endpoint). Credentials are automatically stripped on cross-origin redirects and pagination. Insecure HTTP authentication is disallowed by default unless explicitly opted into viaallowInsecureAuth: true.GET,PUT,DELETE,HEAD,OPTIONS) with exponential backoff and jitter, honoringRetry-Afterand rate-limit reset headers.lib/src/server/hooks.dart.UrlShortenerService(enforcing HTTPS) and browser query-string token loading inxplat_browser.dart.