forked from dosco/graphjin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fuzzbuzz.yaml
30 lines (28 loc) · 901 Bytes
/
fuzzbuzz.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
base: ubuntu:16.04
targets:
- name: qcode
language: go
version: "1.11"
corpus: ./corpus
memory_limit: "100" # in megabytes
timeout: "500" # in milliseconds
harness:
function: FuzzerEntrypoint
# package defines where to import FuzzerEntrypoint from
package: github.com/dosco/graphjin/qcode
# the repository will be cloned to
# $GOPATH/src/github.com/fuzzbuzz/tutorial
checkout: github.com/dosco/graphjin
- name: jsn
language: go
version: "1.11"
corpus: ./corpus
memory_limit: "100" # in megabytes
timeout: "500" # in milliseconds
harness:
function: FuzzerEntrypoint
# package defines where to import FuzzerEntrypoint from
package: github.com/dosco/graphjin/jsn
# the repository will be cloned to
# $GOPATH/src/github.com/fuzzbuzz/tutorial
checkout: github.com/dosco/graphjin