forked from cerc-io/plugeth
cecc7230c0
* fuzzers: fuzzers for keystore, rlp, trie, whisper (cred to @guidovranken) * fuzzers: move fuzzers to testdata * testdata/fuzzers: documentation * testdata/fuzzers: corpus for rlp * tests/fuzzers: fixup
37 lines
1.0 KiB
YAML
37 lines
1.0 KiB
YAML
# bmt keystore rlp trie whisperv6
|
|
|
|
base: ubuntu:16.04
|
|
targets:
|
|
- name: rlp
|
|
language: go
|
|
version: "1.13"
|
|
corpus: ./fuzzers/rlp/corpus
|
|
harness:
|
|
function: Fuzz
|
|
package: github.com/ethereum/go-ethereum/tests/fuzzers/rlp
|
|
checkout: github.com/ethereum/go-ethereum/
|
|
- name: keystore
|
|
language: go
|
|
version: "1.13"
|
|
corpus: ./fuzzers/keystore/corpus
|
|
harness:
|
|
function: Fuzz
|
|
package: github.com/ethereum/go-ethereum/tests/fuzzers/keystore
|
|
checkout: github.com/ethereum/go-ethereum/
|
|
- name: trie
|
|
language: go
|
|
version: "1.13"
|
|
corpus: ./fuzzers/trie/corpus
|
|
harness:
|
|
function: Fuzz
|
|
package: github.com/ethereum/go-ethereum/tests/fuzzers/trie
|
|
checkout: github.com/ethereum/go-ethereum/
|
|
- name: whisperv6
|
|
language: go
|
|
version: "1.13"
|
|
corpus: ./fuzzers/whisperv6/corpus
|
|
harness:
|
|
function: Fuzz
|
|
package: github.com/ethereum/go-ethereum/tests/fuzzers/whisperv6
|
|
checkout: github.com/ethereum/go-ethereum/
|