super-graph/fuzzbuzz.yaml

30 lines
913 B
YAML
Raw Permalink Normal View History

2019-04-19 03:08:14 +02:00
base: ubuntu:16.04
targets:
2019-09-20 06:19:11 +02:00
2019-04-19 03:13:00 +02:00
- name: qcode
2019-04-19 03:08:14 +02:00
language: go
2019-09-26 06:35:31 +02:00
version: "1.11"
2019-04-19 03:08:14 +02:00
corpus: ./corpus
2019-04-20 16:45:12 +02:00
memory_limit: "100" # in megabytes
timeout: "500" # in milliseconds
2019-04-19 03:08:14 +02:00
harness:
function: FuzzerEntrypoint
# package defines where to import FuzzerEntrypoint from
package: github.com/dosco/super-graph/qcode
# the repository will be cloned to
# $GOPATH/src/github.com/fuzzbuzz/tutorial
2019-04-19 07:55:03 +02:00
checkout: github.com/dosco/super-graph
2019-09-20 06:19:11 +02:00
- name: jsn
language: go
2019-09-26 06:35:31 +02:00
version: "1.11"
2019-09-20 06:19:11 +02:00
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/super-graph/jsn
# the repository will be cloned to
# $GOPATH/src/github.com/fuzzbuzz/tutorial
checkout: github.com/dosco/super-graph