FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(core): prevent TransferState prototype pollution by SkyZeroZx · Pull Request #70266 · angular/angular · GitHub

fix(core): prevent TransferState prototype pollution - #70266

Open
SkyZeroZx wants to merge 1 commit into
angular:mainfrom
SkyZeroZx:fix/transfer-state-prototype-pollution
Open

fix(core): prevent TransferState prototype pollution#70266
SkyZeroZx wants to merge 1 commit into
angular:mainfrom
SkyZeroZx:fix/transfer-state-prototype-pollution

Conversation

Copy link
Copy Markdown
Contributor

Store transfer state and serialization callbacks in null-prototype dictionaries, and only read values that belong to the store. This keeps special state keys from changing lookup behavior or exposing inherited cache entries.

Fixes #70265

Store transfer state and serialization callbacks in null-prototype dictionaries, and only read values that belong to the store. This keeps special state keys from changing lookup behavior or exposing inherited cache entries.

Fixes angular#70265
SkyZeroZx force-pushed the fix/transfer-state-prototype-pollution branch from a3e946c to 8936cc5 Compare August 19, 2026 15:08
SkyZeroZx marked this pull request as ready for review August 19, 2026 15:08
angular-robot Bot added the area: core Issues related to the framework runtime label Aug 19, 2026
ngbot Bot added this to the Backlog milestone Aug 19, 2026
pullapprove Bot requested a review from crisbeto August 19, 2026 15:08
JeanMeche requested review from JeanMeche and alan-agius4 and removed request for crisbeto August 23, 2026 22:57
JeanMeche added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release labels Aug 24, 2026
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

Labels

action: merge The PR is ready for merge by the caretaker area: core Issues related to the framework runtime target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TransferState prototype pollution via keys

3 participants


Back | FazBrowse Home | New Git URL