aboutsummaryrefslogtreecommitdiff
path: root/projects/spidermonkey
diff options
context:
space:
mode:
authorOliver Chang <oliverchang@users.noreply.github.com>2020-09-03 11:08:09 +1000
committerGitHub <noreply@github.com>2020-09-03 11:08:09 +1000
commita8263735f514122679260999329c6d4a3cbcd688 (patch)
tree978068cd9bf1c2ea0c226ecb40b01d3c6373c5a9 /projects/spidermonkey
parent00c22c0df0717f93f8d6a1eab7d51574ede749b6 (diff)
downloadoss-fuzz-a8263735f514122679260999329c6d4a3cbcd688.tar.gz
Add a blackbox field to project.yaml (#4405)
This is needed for CF to determine whether or not to allocate the project on a higher end bot to run the blackbox fuzzer. Previously this was keyed on the "none" entry under fuzzing_engines, which wasn't very descriptive. This change also lets us do both blackbox and greybox fuzzing in the same project, which will be done for quickjs.
Diffstat (limited to 'projects/spidermonkey')
-rw-r--r--projects/spidermonkey/project.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/spidermonkey/project.yaml b/projects/spidermonkey/project.yaml
index 860415e62..d7635fb32 100644
--- a/projects/spidermonkey/project.yaml
+++ b/projects/spidermonkey/project.yaml
@@ -8,3 +8,4 @@ fuzzing_engines:
- none
sanitizers:
- address
+blackbox: true