Skip to content
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

chore: cherry-pick fix for 1284367 from chromium #32776

Merged
merged 1 commit into from
Feb 8, 2022

Conversation

zcbenz
Copy link
Contributor

@zcbenz zcbenz commented Feb 8, 2022

Subject: Use RFH global id to ensure the RFH is valid.

Observing via RenderFrameDeleted and RenderFrameHostChanged is not
sufficient for validating the RFH is still valid, because the frames
can belong to inner WebContents. As suggested in
https://crrev.com/c/2449389, storing a GlobalFrameRoutingId is the
preferred method of keeping a reference to a RFH.

Bug: 1284367

Notes: Security: backported fix for chromium:1284367.

@zcbenz zcbenz requested a review from a team as a code owner February 8, 2022 04:42
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Feb 8, 2022
@zcbenz zcbenz added security 🔒 semver/patch backwards-compatible bug fixes backport-check-skip Skip trop's backport validity checking labels Feb 8, 2022
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Feb 8, 2022
@zcbenz zcbenz added the 14-x-y label Feb 8, 2022
@jkleinsc jkleinsc merged commit b4613cf into 14-x-y Feb 8, 2022
@jkleinsc jkleinsc deleted the cherry-pick/14-x-y/chromium/1284367 branch February 8, 2022 16:34
@release-clerk
Copy link

release-clerk bot commented Feb 8, 2022

Release Notes Persisted

Security: backported fix for chromium:1284367.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
14-x-y backport-check-skip Skip trop's backport validity checking security 🔒 semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants