commit | f8eb22927ab8651ff2ac87c764c6230e8aa6943f | [log] [tgz] |
---|---|---|
author | Maksim Ivanov <emaxx@chromium.org> | Fri Oct 29 16:13:45 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 29 16:13:45 2021 |
tree | ffd22cea1949228a8bcea43c780a0046e7ae75f8 | |
parent | 446ffa751a24af755dbadb90ed693edb5cdac757 [diff] |
Fuzz policy::Schema::Parse Add fuzzing of the schema parsing, since it's also exercised with untrusted inputs as well as the validation/normalization code. Untrusted data for parsing is coming from extension who defined their managed storage schema. Bug: 811690 Change-Id: I1b9448427a8a372669a7f742909b29bbf1f8848b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3253362 Reviewed-by: Sergey Poromov <poromov@chromium.org> Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/main@{#936415}
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.
If you found a bug, please file it at https://crbug.com/new.