aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/quickjs
diff options
context:
space:
mode:
authorGravatar Oliver Chang <oliverchang@users.noreply.github.com>2020-09-03 11:08:09 +1000
committerGravatar GitHub <noreply@github.com>2020-09-03 11:08:09 +1000
commita8263735f514122679260999329c6d4a3cbcd688 (patch)
tree978068cd9bf1c2ea0c226ecb40b01d3c6373c5a9 /projects/quickjs
parent00c22c0df0717f93f8d6a1eab7d51574ede749b6 (diff)
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/quickjs')
-rw-r--r--projects/quickjs/project.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/quickjs/project.yaml b/projects/quickjs/project.yaml
index bf164407..b323b43f 100644
--- a/projects/quickjs/project.yaml
+++ b/projects/quickjs/project.yaml
@@ -6,3 +6,5 @@ auto_ccs :
sanitizers:
- address
+
+blackbox: true # also use a blackbox fuzzer for this project.