summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Joel Galenson <jgalenson@google.com> 2021-10-21 14:28:00 -0700
committer Joel Galenson <jgalenson@google.com> 2021-10-21 14:28:00 -0700
commitd99315520460ae5a82b7af4579af2716fc52bc3c (patch)
tree8a303287fd84b6095fb574467378ffd2609cf6c4
parent1c6de4bdaca1d0de86a126f2b06aff3afee068ac (diff)
Allow writing Rust fuzzers for third-party crates.
These would ideally be upstreamed, but until then we can host them here. Test: Run fuzzers. Change-Id: Ie1bfd8ce6dffeaa211b85cd6340dfb435ab83c71
-rw-r--r--rust/config/allowed_list.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/config/allowed_list.go b/rust/config/allowed_list.go
index 47ca3a7ec..b11357383 100644
--- a/rust/config/allowed_list.go
+++ b/rust/config/allowed_list.go
@@ -32,6 +32,7 @@ var (
"system/security",
"system/tools/aidl",
"tools/security/fuzzing/example_rust_fuzzer",
+ "tools/security/fuzzing/orphans",
"vendor/",
}