commit | 6caf0a499c51810f90bcb30e9c96892af9ab289b | [log] [tgz] |
---|---|---|
author | Lukasz Anforowicz <lukasza@chromium.org> | Wed May 12 03:17:52 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 12 03:17:52 2021 |
tree | cf7fae3d24b641e6a64c246c86ec6817e59e5c83 | |
parent | 589fe0aa7ac01a66bb8ec366d2861b5009b50687 [diff] |
IPC verification: ExtensionHostMsg_OpenChannelToExtension: extension id. After this CL, the ExtensionHostMsg_OpenChannelToExtension's payload is inspected to verify if the sender (an untrustworthy renderer process) can legitimately claim to talk on behalf of a given 1) extension id, and 2) MessagingEndpoint::Type (extension origin, content script, or native app). Bug: 982361 Change-Id: Ie81ec79f7e707a28a5a4f584fe4a08c624e3943d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2762770 Reviewed-by: Devlin <rdevlin.cronin@chromium.org> Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Reviewed-by: Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Ćukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#881864}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.