-
Notifications
You must be signed in to change notification settings - Fork 0
fix(modules): harden the import-map preloader against poisoning and unbounded growth #3308
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
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
c8e7c9e
fix(modules): harden the import-map preloader against poisoning and u…
kojiwakayama a1cd585
chore: drop unused stringifyJsonValue imports to unblock pre-push lint
kojiwakayama b6db54e
chore(lint): remove preloader.test.ts from the test-typecheck baseline
kojiwakayama 1a6e9c9
fix(transforms): canonicalize cache identities safely
kojiwakayama 0126305
Stabilize import-map preloading under reviewed cache edges
kojiwakayama 897a299
Keep generated bundles aligned with cache hardening
kojiwakayama 0247bd4
fix(modules): complete import-map isolation hardening
kojiwakayama d4bf779
Merge remote-tracking branch 'origin/main' into codex/pr3308-review-fix
kojiwakayama 399b7c8
Merge remote-tracking branch 'origin/fix/import-map-preloader-hardeni…
kojiwakayama e662c5c
Keep import-map hardening compatible with the release baseline
kojiwakayama 722cd22
Merge remote-tracking branch 'origin/fix/import-map-preloader-hardeni…
kojiwakayama 4dec2eb
Prevent poisoned primordials from collapsing import-map identities
kojiwakayama 5211fc7
fix(modules): close import-map review gaps
kojiwakayama 0056d6a
chore(modules): remove redundant context guard
kojiwakayama 3777ddf
fix(modules): capture descriptor primitive before cache getters
kojiwakayama f29e56d
Unify concurrent import-map hardening before review handoff
kojiwakayama 3731374
Keep the review gate meaningful under parallel scheduler load
kojiwakayama dcec078
Preserve descriptor capture before cache getter snapshots
kojiwakayama 8182395
Keep import-map hardening current with verified mainline fixes
kojiwakayama 97a7799
Keep the hardening branch current with durable agent events
kojiwakayama 9a21a73
fix(modules): close import-map review gaps
kojiwakayama 7276df1
refactor(platform): centralize trusted array primordials
kojiwakayama d752f16
Align import-map integration coverage with scoped framework hardening
kojiwakayama a1e93a5
Merge remote-tracking branch 'origin/main' into codex/pr3308-review-f…
kojiwakayama 4f7e508
Clarify import-map follow-up review paths
kojiwakayama a258e7f
fix(transforms): bind pipeline cache identities
kojiwakayama ad56bd4
Preserve PR cache identity compatibility
kojiwakayama 4a8fefa
Harden cache identity execution primordials
kojiwakayama cf03534
fix(modules): close remaining cache poisoning gaps
kojiwakayama 00db338
Require concrete transform plugin stages
kojiwakayama cb3e27c
fix(transforms): preserve fractional plugin stages
kojiwakayama 95fd72b
test(rendering): lock import-map preload context wiring end to end
kwakayama 65b0ddb
Bound timed-out import-map loads by project
kojiwakayama c645be7
Keep timed-out import-map loads inside project admission limits
kojiwakayama d84d573
Keep import-map admission within its documented ceilings
kojiwakayama 69d3138
Preserve import-map metadata compatibility during preload
kojiwakayama 080e050
test(modules): lock import-map capacity transitions
kojiwakayama ad6f7fe
Preserve HTTP cache identity after URL prototype mutation
kojiwakayama a85156a
Close remaining HTTP identity poisoning paths
kojiwakayama 60abe11
Reject poisoned cached bundle paths
kojiwakayama b430d7f
Merge origin/main into PR 3308 after dev UI extraction
kojiwakayama 04b5bad
Keep transform cache boundaries exact
kojiwakayama 11eca22
Unify SSR import-map cache identity
kojiwakayama 97e3373
Keep HTTP specifier routing stable after prefix poisoning
kojiwakayama 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.