super-graph/fuzzbuzz.yaml

30 lines
913 B
YAML
Raw Normal View History

2019-04-18 21:08:14 -04:00
base: ubuntu:16.04
targets:
2019-09-20 00:19:11 -04:00
2019-04-18 21:13:00 -04:00
- name: qcode
2019-04-18 21:08:14 -04:00
language: go
2019-09-26 00:35:31 -04:00
version: "1.11"
2019-04-18 21:08:14 -04:00
corpus: ./corpus
2019-04-20 10:45:12 -04:00
memory_limit: "100" # in megabytes
timeout: "500" # in milliseconds
2019-04-18 21:08:14 -04: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 01:55:03 -04:00
checkout: github.com/dosco/super-graph
2019-09-20 00:19:11 -04:00
- name: jsn
language: go
2019-09-26 00:35:31 -04:00
version: "1.11"
2019-09-20 00:19:11 -04: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